PMD report

Problems found

#FileLineProblem
1 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\LinearLeastSquaresApprox.java 4 Found non-transient, non-static member. Please mark as transient or provide accessors.
2 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\LinearLeastSquaresApprox.java 5 Found non-transient, non-static member. Please mark as transient or provide accessors.
3 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\LinearLeastSquaresApprox.java 24 Avoid variables with short names like x
4 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\LinearLeastSquaresApprox.java 24 Avoid variables with short names like y
5 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\LinearLeastSquaresApprox.java 24 Consider using varargs for methods or constructors which take an array the last parameter.
6 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\LinearLeastSquaresApprox.java 24 Parameter 'x' is not assigned and could be declared final
7 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\LinearLeastSquaresApprox.java 24 Parameter 'y' is not assigned and could be declared final
8 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\LinearLeastSquaresApprox.java 25 Avoid using if statements without curly braces
9 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\LinearLeastSquaresApprox.java 26 This statement should have braces
10 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\LinearLeastSquaresApprox.java 28 Avoid variables with short names like n
11 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\LinearLeastSquaresApprox.java 28 Local variable 'n' could be declared final
12 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\LinearLeastSquaresApprox.java 29 Found 'DU'-anomaly for variable 'sumXY' (lines '29'-'44').
13 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\LinearLeastSquaresApprox.java 29 Found 'DU'-anomaly for variable 'sumY' (lines '29'-'44').
14 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\LinearLeastSquaresApprox.java 29 Use one line for each declaration, it enhances code readability.
15 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\LinearLeastSquaresApprox.java 38 Local variable 'denominator' could be declared final
16 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\LinearLeastSquaresApprox.java 39 Avoid using if statements without curly braces
17 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\LinearLeastSquaresApprox.java 40 This statement should have braces
18 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\LinearLeastSquaresApprox.java 49 Avoid variables with short names like x
19 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\LinearLeastSquaresApprox.java 49 Parameter 'x' is not assigned and could be declared final
20 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
21 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
22 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
23 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
24 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
25 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
26 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
27 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
28 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
29 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
30 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
31 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
32 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
33 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
34 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
35 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
36 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
37 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
38 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
39 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
40 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
41 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
42 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
43 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
44 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
45 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
46 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
47 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
48 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
49 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
50 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
51 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
52 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
53 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
54 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
55 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
56 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
57 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
58 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
59 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
60 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
61 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
62 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
63 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
64 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
65 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
66 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
67 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
68 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
69 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
70 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
71 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
72 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
73 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
74 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
75 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
76 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
77 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
78 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
79 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
80 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
81 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
82 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
83 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
84 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
85 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
86 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
87 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
88 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
89 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
90 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
91 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
92 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
93 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
94 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
95 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
96 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
97 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
98 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
99 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
100 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
101 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
102 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
103 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
104 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
105 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
106 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
107 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
108 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
109 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
110 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
111 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
112 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
113 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
114 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
115 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
116 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
117 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
118 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
119 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
120 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
121 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
122 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
123 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
124 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
125 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
126 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
127 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 6 The utility class name 'PiecewiseLinearInterpolation' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
128 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
129 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
130 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
131 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
132 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
133 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
134 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
135 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
136 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
137 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
138 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
139 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
140 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
141 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
142 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
143 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
144 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
145 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
146 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
147 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
148 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
149 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
150 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
151 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
152 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
153 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
154 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
155 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
156 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
157 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
158 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
159 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
160 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
161 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
162 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
163 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
164 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
165 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
166 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
167 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
168 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
169 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
170 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
171 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
172 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
173 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
174 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
175 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
176 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
177 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
178 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
179 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
180 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
181 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Avoid variables with short names like x
182 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
183 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
184 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
185 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
186 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
187 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
188 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
189 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
190 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
191 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
192 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
193 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
194 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
195 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
196 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
197 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
198 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
199 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
200 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
201 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
202 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
203 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
204 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
205 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
206 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
207 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
208 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
209 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
210 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
211 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
212 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
213 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
214 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
215 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
216 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
217 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
218 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
219 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
220 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
221 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
222 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
223 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
224 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
225 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
226 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
227 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
228 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
229 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
230 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
231 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
232 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
233 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
234 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
235 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
236 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
237 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
238 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
239 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
240 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
241 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
242 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
243 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
244 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
245 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
246 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
247 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
248 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
249 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
250 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
251 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
252 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
253 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
254 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
255 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
256 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
257 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
258 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
259 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
260 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
261 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
262 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
263 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
264 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
265 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
266 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
267 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
268 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
269 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
270 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
271 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
272 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
273 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
274 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
275 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
276 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
277 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
278 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
279 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
280 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
281 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
282 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
283 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
284 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
285 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
286 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
287 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
288 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
289 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Avoid variables with short names like y
290 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
291 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
292 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
293 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
294 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
295 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
296 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
297 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
298 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
299 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
300 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
301 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
302 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
303 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
304 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
305 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
306 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
307 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
308 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
309 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
310 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
311 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
312 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
313 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
314 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
315 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
316 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
317 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
318 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
319 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
320 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
321 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
322 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
323 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
324 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
325 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
326 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
327 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
328 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
329 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
330 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
331 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
332 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
333 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
334 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
335 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
336 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
337 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
338 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
339 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
340 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
341 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
342 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
343 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
344 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
345 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
346 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
347 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
348 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
349 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
350 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
351 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
352 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
353 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
354 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
355 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
356 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
357 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
358 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
359 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
360 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
361 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
362 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
363 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
364 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
365 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
366 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
367 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
368 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
369 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
370 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
371 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
372 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
373 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
374 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
375 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
376 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
377 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
378 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
379 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
380 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
381 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
382 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
383 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
384 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
385 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
386 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
387 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
388 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
389 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
390 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
391 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
392 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
393 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
394 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
395 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
396 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
397 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like x
398 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
399 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
400 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
401 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
402 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
403 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
404 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
405 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
406 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
407 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
408 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
409 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
410 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
411 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
412 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
413 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
414 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
415 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
416 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
417 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
418 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
419 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
420 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
421 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
422 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
423 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
424 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
425 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
426 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
427 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
428 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
429 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
430 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
431 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
432 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
433 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
434 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
435 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
436 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
437 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
438 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
439 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
440 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
441 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
442 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
443 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
444 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
445 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
446 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
447 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
448 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
449 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
450 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
451 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Avoid variables with short names like y
452 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
453 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
454 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
455 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
456 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
457 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
458 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
459 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
460 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
461 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
462 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
463 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
464 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
465 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
466 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
467 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
468 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
469 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
470 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
471 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
472 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
473 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
474 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
475 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
476 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
477 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
478 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
479 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
480 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
481 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
482 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
483 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
484 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
485 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
486 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
487 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
488 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
489 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
490 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
491 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
492 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
493 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
494 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
495 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
496 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
497 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
498 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
499 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
500 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
501 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
502 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
503 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
504 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
505 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'x' is not assigned and could be declared final
506 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
507 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
508 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
509 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
510 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
511 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
512 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
513 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
514 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
515 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
516 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
517 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
518 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
519 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
520 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
521 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
522 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
523 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
524 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
525 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
526 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
527 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
528 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
529 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
530 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
531 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
532 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
533 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
534 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
535 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
536 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
537 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
538 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
539 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
540 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
541 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
542 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
543 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
544 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
545 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
546 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
547 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
548 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
549 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
550 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
551 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
552 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
553 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
554 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
555 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
556 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
557 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
558 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
559 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 11 Parameter 'y' is not assigned and could be declared final
560 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
561 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
562 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
563 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
564 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
565 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
566 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
567 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
568 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
569 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
570 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
571 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
572 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
573 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
574 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
575 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
576 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
577 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
578 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
579 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
580 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
581 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
582 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
583 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
584 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
585 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
586 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
587 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
588 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
589 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
590 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
591 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
592 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
593 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
594 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
595 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
596 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
597 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
598 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
599 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
600 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
601 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
602 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
603 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
604 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
605 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
606 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
607 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
608 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
609 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
610 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
611 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
612 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
613 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 17 Avoid short class names like Line
614 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
615 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
616 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
617 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
618 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
619 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
620 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
621 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
622 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
623 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
624 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
625 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
626 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
627 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
628 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
629 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
630 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
631 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
632 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
633 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
634 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
635 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
636 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
637 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
638 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
639 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
640 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
641 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
642 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
643 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
644 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
645 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
646 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
647 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
648 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
649 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
650 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
651 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
652 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
653 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
654 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
655 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
656 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
657 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
658 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
659 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
660 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
661 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
662 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
663 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
664 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
665 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
666 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
667 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Avoid variables with short names like m
668 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
669 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
670 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
671 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
672 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
673 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
674 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
675 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
676 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
677 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
678 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
679 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
680 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
681 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
682 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
683 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
684 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
685 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
686 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
687 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
688 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
689 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
690 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
691 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
692 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
693 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
694 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
695 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
696 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
697 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
698 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
699 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
700 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
701 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
702 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
703 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
704 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
705 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
706 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
707 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
708 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
709 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
710 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
711 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
712 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
713 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
714 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
715 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
716 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
717 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
718 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
719 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
720 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
721 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
722 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
723 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
724 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
725 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
726 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
727 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
728 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
729 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
730 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
731 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
732 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
733 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
734 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
735 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
736 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
737 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
738 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
739 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
740 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
741 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
742 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
743 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
744 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
745 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
746 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
747 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
748 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
749 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
750 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
751 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
752 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
753 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
754 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
755 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
756 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
757 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
758 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
759 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
760 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
761 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
762 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
763 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
764 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
765 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
766 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
767 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
768 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
769 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
770 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
771 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
772 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
773 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
774 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
775 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 To avoid mistakes add a comment at the beginning of the m field if you want a default access modifier
776 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
777 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
778 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
779 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
780 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
781 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
782 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
783 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
784 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
785 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
786 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
787 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
788 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
789 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
790 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
791 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
792 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
793 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
794 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
795 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
796 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
797 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
798 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
799 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
800 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
801 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
802 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
803 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
804 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
805 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
806 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
807 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
808 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
809 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
810 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
811 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
812 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
813 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
814 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
815 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
816 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
817 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
818 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
819 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
820 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
821 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
822 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
823 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
824 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
825 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
826 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
827 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
828 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
829 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 18 Use explicit scoping instead of the default package private level
830 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
831 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
832 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
833 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
834 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
835 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
836 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
837 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
838 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
839 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
840 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
841 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
842 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
843 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
844 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
845 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
846 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
847 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
848 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
849 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
850 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
851 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
852 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
853 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
854 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
855 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
856 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
857 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
858 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
859 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
860 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
861 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
862 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
863 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
864 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
865 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
866 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
867 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
868 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
869 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
870 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
871 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
872 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
873 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
874 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
875 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
876 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
877 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
878 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
879 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
880 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
881 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
882 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
883 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Avoid variables with short names like b
884 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
885 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
886 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
887 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
888 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
889 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
890 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
891 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
892 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
893 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
894 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
895 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
896 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
897 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
898 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
899 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
900 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
901 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
902 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
903 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
904 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
905 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
906 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
907 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
908 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
909 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
910 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
911 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
912 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
913 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
914 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
915 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
916 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
917 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
918 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
919 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
920 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
921 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
922 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
923 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
924 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
925 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
926 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
927 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
928 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
929 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
930 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
931 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
932 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
933 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
934 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
935 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
936 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
937 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
938 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
939 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
940 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
941 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
942 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
943 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
944 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
945 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
946 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
947 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
948 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
949 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
950 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
951 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
952 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
953 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
954 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
955 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
956 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
957 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
958 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
959 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
960 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
961 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
962 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
963 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
964 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
965 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
966 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
967 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
968 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
969 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
970 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
971 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
972 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
973 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
974 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
975 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
976 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
977 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
978 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
979 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
980 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
981 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
982 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
983 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
984 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
985 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
986 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
987 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
988 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
989 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
990 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
991 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 To avoid mistakes add a comment at the beginning of the b field if you want a default access modifier
992 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
993 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
994 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
995 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
996 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
997 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
998 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
999 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1000 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1001 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1002 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1003 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1004 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1005 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1006 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1007 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1008 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1009 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1010 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1011 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1012 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1013 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1014 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1015 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1016 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1017 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1018 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1019 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1020 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1021 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1022 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1023 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1024 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1025 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1026 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1027 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1028 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1029 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1030 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1031 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1032 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1033 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1034 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1035 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1036 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1037 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1038 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1039 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1040 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1041 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1042 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1043 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1044 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1045 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 19 Use explicit scoping instead of the default package private level
1046 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1047 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1048 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1049 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1050 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1051 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1052 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1053 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1054 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1055 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1056 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1057 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1058 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1059 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1060 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1061 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1062 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1063 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1064 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1065 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1066 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1067 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1068 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1069 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1070 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1071 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1072 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1073 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1074 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1075 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1076 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1077 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1078 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1079 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1080 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1081 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1082 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1083 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1084 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1085 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1086 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1087 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1088 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1089 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1090 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1091 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1092 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1093 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1094 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1095 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1096 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1097 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1098 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1099 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
1100 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1101 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1102 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1103 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1104 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1105 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1106 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1107 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1108 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1109 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1110 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1111 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1112 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1113 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1114 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1115 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1116 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1117 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1118 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1119 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1120 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1121 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1122 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1123 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1124 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1125 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1126 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1127 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1128 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1129 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1130 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1131 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1132 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1133 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1134 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1135 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1136 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1137 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1138 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1139 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1140 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1141 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1142 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1143 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1144 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1145 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1146 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1147 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1148 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1149 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1150 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1151 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1152 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1153 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 To avoid mistakes add a comment at the beginning of the xStart field if you want a default access modifier
1154 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1155 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1156 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1157 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1158 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1159 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1160 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1161 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1162 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1163 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1164 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1165 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1166 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1167 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1168 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1169 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1170 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1171 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1172 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1173 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1174 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1175 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1176 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1177 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1178 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1179 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1180 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1181 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1182 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1183 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1184 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1185 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1186 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1187 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1188 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1189 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1190 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1191 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1192 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1193 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1194 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1195 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1196 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1197 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1198 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1199 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1200 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1201 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1202 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1203 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1204 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1205 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1206 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1207 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 20 Use explicit scoping instead of the default package private level
1208 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1209 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1210 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1211 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1212 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1213 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1214 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1215 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1216 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1217 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1218 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1219 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1220 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1221 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1222 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1223 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1224 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1225 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1226 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1227 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1228 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1229 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1230 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1231 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1232 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1233 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1234 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1235 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1236 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1237 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1238 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1239 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1240 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1241 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1242 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1243 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1244 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1245 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1246 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1247 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1248 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1249 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1250 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1251 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1252 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1253 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1254 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1255 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1256 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1257 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1258 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1259 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1260 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1261 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
1262 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1263 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1264 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1265 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1266 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1267 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1268 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1269 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1270 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1271 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1272 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1273 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1274 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1275 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1276 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1277 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1278 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1279 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1280 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1281 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1282 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1283 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1284 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1285 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1286 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1287 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1288 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1289 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1290 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1291 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1292 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1293 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1294 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1295 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1296 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1297 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1298 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1299 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1300 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1301 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1302 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1303 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1304 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1305 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1306 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1307 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1308 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1309 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1310 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1311 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1312 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1313 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1314 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1315 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 To avoid mistakes add a comment at the beginning of the xEnd field if you want a default access modifier
1316 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1317 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1318 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1319 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1320 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1321 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1322 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1323 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1324 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1325 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1326 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1327 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1328 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1329 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1330 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1331 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1332 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1333 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1334 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1335 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1336 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1337 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1338 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1339 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1340 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1341 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1342 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1343 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1344 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1345 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1346 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1347 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1348 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1349 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1350 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1351 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1352 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1353 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1354 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1355 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1356 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1357 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1358 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1359 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1360 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1361 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1362 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1363 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1364 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1365 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1366 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1367 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1368 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1369 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 21 Use explicit scoping instead of the default package private level
1370 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1371 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1372 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1373 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1374 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1375 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1376 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1377 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1378 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1379 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1380 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1381 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1382 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1383 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1384 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1385 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1386 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1387 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1388 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1389 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1390 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1391 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1392 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1393 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1394 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1395 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1396 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1397 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1398 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1399 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1400 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1401 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1402 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1403 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1404 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1405 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1406 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1407 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1408 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1409 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1410 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1411 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1412 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1413 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1414 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1415 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1416 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1417 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1418 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1419 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1420 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1421 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1422 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1423 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p1
1424 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1425 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1426 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1427 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1428 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1429 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1430 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1431 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1432 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1433 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1434 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1435 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1436 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1437 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1438 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1439 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1440 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1441 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1442 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1443 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1444 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1445 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1446 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1447 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1448 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1449 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1450 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1451 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1452 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1453 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1454 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1455 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1456 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1457 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1458 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1459 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1460 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1461 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1462 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1463 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1464 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1465 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1466 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1467 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1468 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1469 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1470 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1471 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1472 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1473 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1474 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1475 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1476 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1477 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Avoid variables with short names like p2
1478 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1479 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1480 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1481 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1482 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1483 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1484 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1485 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1486 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1487 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1488 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1489 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1490 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1491 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1492 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1493 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1494 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1495 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1496 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1497 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1498 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1499 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1500 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1501 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1502 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1503 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1504 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1505 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1506 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1507 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1508 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1509 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1510 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1511 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1512 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1513 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1514 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1515 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1516 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1517 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1518 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1519 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1520 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1521 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1522 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1523 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1524 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1525 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1526 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1527 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1528 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1529 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1530 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1531 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p1' is not assigned and could be declared final
1532 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1533 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1534 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1535 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1536 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1537 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1538 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1539 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1540 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1541 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1542 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1543 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1544 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1545 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1546 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1547 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1548 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1549 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1550 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1551 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1552 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1553 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1554 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1555 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1556 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1557 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1558 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1559 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1560 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1561 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1562 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1563 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1564 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1565 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1566 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1567 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1568 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1569 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1570 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1571 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1572 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1573 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1574 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1575 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1576 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1577 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1578 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1579 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1580 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1581 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1582 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1583 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1584 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1585 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 Parameter 'p2' is not assigned and could be declared final
1586 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1587 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1588 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1589 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1590 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1591 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1592 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1593 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1594 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1595 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1596 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1597 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1598 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1599 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1600 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1601 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1602 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1603 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1604 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1605 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1606 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1607 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1608 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1609 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1610 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1611 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1612 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1613 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1614 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1615 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1616 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1617 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1618 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1619 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1620 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1621 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1622 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1623 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1624 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1625 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1626 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1627 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1628 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1629 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1630 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1631 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1632 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1633 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1634 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1635 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1636 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1637 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1638 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1639 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 23 To avoid mistakes add a comment at the beginning of the Line constructor if you want a default access modifier
1640 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1641 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1642 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1643 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1644 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1645 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1646 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1647 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1648 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1649 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1650 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1651 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1652 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1653 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1654 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1655 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1656 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1657 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1658 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1659 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1660 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1661 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1662 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1663 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1664 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1665 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1666 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1667 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1668 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1669 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1670 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1671 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1672 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1673 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1674 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1675 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1676 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1677 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1678 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1679 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1680 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1681 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1682 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1683 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1684 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1685 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1686 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1687 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1688 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1689 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1690 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1691 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1692 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1693 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 26 Avoid using if statements without curly braces
1694 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1695 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1696 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1697 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1698 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1699 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1700 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1701 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1702 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1703 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1704 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1705 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1706 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1707 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1708 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1709 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1710 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1711 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1712 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1713 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1714 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1715 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1716 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1717 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1718 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1719 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1720 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1721 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1722 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1723 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1724 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1725 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1726 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1727 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1728 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1729 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1730 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1731 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1732 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1733 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1734 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1735 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1736 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1737 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1738 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1739 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1740 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1741 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1742 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1743 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1744 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1745 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1746 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1747 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 27 This statement should have braces
1748 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1749 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1750 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1751 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1752 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1753 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1754 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1755 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1756 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1757 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1758 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1759 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1760 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1761 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1762 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1763 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1764 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1765 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1766 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1767 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1768 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1769 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1770 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1771 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1772 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1773 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1774 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1775 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1776 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1777 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1778 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1779 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1780 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1781 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1782 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1783 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1784 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1785 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1786 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1787 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1788 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1789 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1790 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1791 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1792 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1793 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1794 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1795 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1796 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1797 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1798 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1799 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1800 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1801 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Avoid variables with short names like x
1802 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1803 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1804 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1805 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1806 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1807 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1808 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1809 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1810 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1811 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1812 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1813 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1814 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1815 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1816 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1817 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1818 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1819 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1820 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1821 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1822 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1823 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1824 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1825 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1826 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1827 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1828 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1829 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1830 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1831 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1832 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1833 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1834 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1835 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1836 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1837 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1838 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1839 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1840 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1841 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1842 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1843 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1844 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1845 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1846 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1847 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1848 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1849 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1850 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1851 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1852 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1853 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1854 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1855 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'data' is not assigned and could be declared final
1856 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1857 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1858 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1859 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1860 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1861 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1862 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1863 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1864 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1865 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1866 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1867 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1868 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1869 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1870 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1871 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1872 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1873 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1874 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1875 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1876 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1877 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1878 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1879 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1880 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1881 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1882 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1883 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1884 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1885 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1886 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1887 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1888 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1889 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1890 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1891 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1892 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1893 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1894 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1895 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1896 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1897 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1898 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1899 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1900 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1901 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1902 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1903 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1904 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1905 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1906 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1907 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1908 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1909 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 34 Parameter 'x' is not assigned and could be declared final
1910 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1911 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1912 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1913 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1914 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1915 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1916 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1917 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1918 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1919 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1920 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1921 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1922 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1923 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1924 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1925 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1926 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1927 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1928 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1929 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1930 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1931 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1932 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1933 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1934 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1935 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1936 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1937 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1938 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1939 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1940 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1941 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1942 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1943 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1944 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1945 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1946 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1947 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1948 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1949 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1950 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1951 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1952 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1953 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1954 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1955 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1956 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1957 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1958 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1959 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1960 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1961 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1962 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1963 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 39 Local variable 'lines' could be declared final
1964 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1965 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1966 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1967 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1968 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1969 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1970 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1971 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1972 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1973 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1974 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1975 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1976 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1977 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1978 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1979 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1980 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1981 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1982 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1983 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1984 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1985 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1986 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1987 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1988 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1989 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1990 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1991 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1992 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1993 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1994 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1995 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1996 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1997 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1998 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
1999 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
2000 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
2001 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
2002 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
2003 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
2004 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
2005 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
2006 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
2007 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
2008 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
2009 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
2010 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
2011 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
2012 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
2013 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
2014 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
2015 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
2016 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
2017 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Avoid variables with short names like p1
2018 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2019 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2020 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2021 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2022 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2023 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2024 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2025 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2026 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2027 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2028 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2029 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2030 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2031 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2032 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2033 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2034 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2035 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2036 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2037 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2038 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2039 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2040 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2041 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2042 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2043 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2044 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2045 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2046 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2047 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2048 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2049 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2050 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2051 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2052 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2053 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2054 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2055 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2056 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2057 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2058 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2059 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2060 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2061 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2062 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2063 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2064 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2065 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2066 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2067 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2068 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2069 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2070 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2071 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 41 Local variable 'p1' could be declared final
2072 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2073 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2074 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2075 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2076 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2077 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2078 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2079 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2080 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2081 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2082 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2083 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2084 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2085 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2086 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2087 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2088 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2089 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2090 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2091 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2092 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2093 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2094 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2095 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2096 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2097 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2098 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2099 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2100 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2101 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2102 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2103 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2104 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2105 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2106 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2107 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2108 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2109 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2110 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2111 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2112 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2113 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2114 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2115 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2116 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2117 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2118 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2119 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2120 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2121 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2122 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2123 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2124 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2125 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Avoid variables with short names like p2
2126 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2127 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2128 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2129 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2130 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2131 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2132 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2133 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2134 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2135 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2136 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2137 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2138 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2139 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2140 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2141 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2142 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2143 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2144 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2145 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2146 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2147 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2148 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2149 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2150 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2151 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2152 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2153 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2154 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2155 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2156 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2157 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2158 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2159 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2160 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2161 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2162 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2163 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2164 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2165 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2166 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2167 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2168 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2169 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2170 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2171 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2172 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2173 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2174 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2175 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2176 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2177 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2178 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2179 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 42 Local variable 'p2' could be declared final
2180 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2181 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2182 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2183 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2184 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2185 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2186 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2187 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2188 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2189 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2190 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2191 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2192 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2193 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2194 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2195 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2196 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2197 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2198 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2199 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2200 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2201 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2202 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2203 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2204 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2205 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2206 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2207 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2208 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2209 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2210 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2211 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2212 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2213 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2214 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2215 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2216 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2217 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2218 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2219 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2220 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2221 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2222 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2223 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2224 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2225 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2226 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2227 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2228 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2229 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2230 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2231 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2232 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2233 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 43 Avoid instantiating new objects inside loops
2234 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2235 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2236 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2237 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2238 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2239 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2240 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2241 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2242 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2243 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2244 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2245 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2246 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2247 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2248 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2249 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2250 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2251 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2252 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2253 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2254 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2255 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2256 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2257 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2258 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2259 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2260 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2261 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2262 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2263 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2264 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2265 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2266 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2267 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2268 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2269 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2270 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2271 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2272 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2273 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2274 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2275 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2276 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2277 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2278 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2279 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2280 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2281 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2282 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2283 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2284 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2285 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2286 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2287 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 46 Local variable 'line' could be declared final
2288 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2289 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2290 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2291 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2292 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2293 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2294 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2295 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2296 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2297 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2298 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2299 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2300 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2301 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2302 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2303 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2304 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2305 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2306 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2307 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2308 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2309 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2310 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2311 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2312 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2313 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2314 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2315 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2316 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2317 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2318 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2319 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2320 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2321 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2322 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2323 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2324 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2325 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2326 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2327 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2328 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2329 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2330 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2331 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2332 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2333 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2334 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2335 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2336 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2337 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2338 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2339 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2340 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2341 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 47 Avoid using if statements without curly braces
2342 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2343 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2344 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2345 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2346 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2347 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2348 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2349 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2350 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2351 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2352 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2353 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2354 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2355 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2356 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2357 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2358 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2359 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2360 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2361 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2362 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2363 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2364 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2365 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2366 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2367 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2368 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2369 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2370 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2371 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2372 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2373 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2374 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2375 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2376 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2377 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2378 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2379 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2380 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2381 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2382 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2383 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2384 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2385 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2386 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2387 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2388 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2389 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2390 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2391 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2392 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2393 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2394 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2395 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 48 This statement should have braces
2396 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2397 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2398 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2399 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2400 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2401 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2402 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2403 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2404 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2405 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2406 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2407 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2408 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2409 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2410 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2411 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2412 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2413 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2414 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2415 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2416 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2417 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2418 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2419 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2420 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2421 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2422 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2423 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2424 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2425 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2426 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2427 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2428 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2429 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2430 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2431 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2432 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2433 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2434 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2435 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2436 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2437 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2438 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2439 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2440 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2441 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2442 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2443 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2444 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2445 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2446 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2447 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2448 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2449 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Local variable 'minX' could be declared final
2450 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2451 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2452 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2453 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2454 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2455 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2456 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2457 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2458 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2459 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2460 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2461 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2462 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2463 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2464 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2465 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2466 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2467 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2468 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2469 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2470 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2471 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2472 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2473 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2474 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2475 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2476 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2477 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2478 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2479 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2480 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2481 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2482 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2483 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2484 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2485 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2486 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2487 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2488 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2489 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2490 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2491 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2492 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2493 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2494 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2495 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2496 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2497 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2498 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2499 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2500 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2501 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2502 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2503 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 51 Potential violation of Law of Demeter (method chain calls)
2504 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2505 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2506 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2507 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2508 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2509 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2510 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2511 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2512 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2513 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2514 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2515 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2516 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2517 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2518 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2519 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2520 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2521 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2522 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2523 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2524 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2525 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2526 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2527 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2528 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2529 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2530 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2531 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2532 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2533 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2534 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2535 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2536 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2537 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2538 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2539 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2540 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2541 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2542 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2543 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2544 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2545 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2546 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2547 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2548 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2549 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2550 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2551 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2552 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2553 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2554 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2555 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2556 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2557 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Local variable 'maxX' could be declared final
2558 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2559 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2560 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2561 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2562 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2563 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2564 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2565 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2566 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2567 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2568 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2569 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2570 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2571 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2572 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2573 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2574 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2575 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2576 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2577 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2578 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2579 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2580 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2581 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2582 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2583 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2584 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2585 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2586 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2587 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2588 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2589 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2590 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2591 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2592 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2593 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2594 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2595 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2596 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2597 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2598 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2599 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2600 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2601 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2602 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2603 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2604 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2605 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2606 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2607 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2608 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2609 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2610 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2611 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\PiecewiseLinearInterpolation.java 52 Potential violation of Law of Demeter (method chain calls)
2612 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2613 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2614 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2615 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2616 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2617 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2618 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2619 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2620 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2621 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2622 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2623 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2624 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2625 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2626 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2627 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2628 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2629 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2630 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2631 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2632 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2633 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2634 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2635 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2636 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2637 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2638 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2639 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2640 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2641 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2642 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2643 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2644 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2645 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2646 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2647 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2648 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2649 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2650 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2651 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2652 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2653 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2654 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2655 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2656 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2657 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2658 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2659 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2660 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2661 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2662 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2663 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2664 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2665 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2666 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2667 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2668 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2669 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2670 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2671 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2672 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2673 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2674 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2675 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2676 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2677 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2678 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2679 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2680 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2681 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2682 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2683 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2684 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2685 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2686 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2687 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2688 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2689 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2690 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2691 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2692 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2693 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2694 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2695 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2696 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2697 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2698 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2699 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2700 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2701 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2702 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2703 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2704 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2705 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2706 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2707 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2708 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2709 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2710 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2711 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2712 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2713 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2714 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2715 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2716 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2717 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2718 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2719 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2720 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2721 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2722 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2723 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2724 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2725 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2726 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2727 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2728 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2729 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2730 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2731 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2732 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2733 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2734 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2735 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2736 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2737 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2738 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2739 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2740 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2741 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2742 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2743 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2744 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2745 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2746 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2747 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2748 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2749 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2750 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2751 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2752 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2753 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2754 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2755 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2756 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2757 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2758 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2759 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2760 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2761 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2762 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2763 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2764 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2765 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2766 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2767 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2768 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2769 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2770 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2771 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2772 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2773 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2774 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2775 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2776 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2777 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2778 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2779 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2780 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2781 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2782 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2783 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2784 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2785 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2786 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2787 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2788 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2789 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2790 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2791 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2792 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2793 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2794 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2795 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2796 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2797 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2798 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2799 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2800 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2801 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2802 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2803 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 8 The utility class name 'TemperatureParser' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)'
2804 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2805 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2806 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2807 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2808 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2809 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2810 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2811 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2812 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2813 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2814 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2815 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2816 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2817 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2818 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2819 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2820 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2821 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2822 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2823 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2824 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2825 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2826 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2827 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2828 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2829 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2830 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2831 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2832 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2833 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2834 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2835 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2836 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2837 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2838 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2839 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2840 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2841 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2842 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2843 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2844 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2845 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2846 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2847 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2848 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2849 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2850 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2851 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2852 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2853 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2854 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2855 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2856 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2857 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2858 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2859 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2860 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2861 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2862 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2863 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2864 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2865 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2866 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2867 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2868 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2869 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2870 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2871 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2872 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2873 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2874 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2875 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2876 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2877 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2878 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2879 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2880 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2881 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2882 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2883 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2884 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2885 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2886 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2887 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2888 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2889 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2890 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2891 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2892 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2893 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2894 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2895 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2896 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2897 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2898 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2899 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2900 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2901 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2902 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2903 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2904 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2905 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2906 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2907 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2908 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2909 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2910 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2911 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2912 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2913 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2914 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2915 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2916 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2917 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2918 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2919 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2920 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2921 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2922 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2923 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2924 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2925 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2926 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2927 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2928 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2929 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2930 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2931 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2932 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2933 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2934 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2935 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2936 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2937 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2938 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2939 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2940 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2941 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2942 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2943 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2944 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2945 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2946 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2947 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2948 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2949 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2950 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2951 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2952 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2953 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2954 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2955 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2956 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2957 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2958 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2959 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2960 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2961 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2962 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2963 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2964 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2965 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2966 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2967 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2968 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2969 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2970 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2971 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2972 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2973 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2974 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2975 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2976 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2977 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2978 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2979 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2980 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2981 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2982 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2983 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2984 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2985 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2986 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2987 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2988 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2989 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2990 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2991 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2992 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2993 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2994 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2995 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 9 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
2996 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
2997 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
2998 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
2999 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3000 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3001 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3002 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3003 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3004 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3005 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3006 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3007 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3008 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3009 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3010 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3011 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3012 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3013 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3014 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3015 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3016 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3017 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3018 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3019 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3020 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3021 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3022 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3023 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3024 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3025 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3026 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3027 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3028 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3029 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3030 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3031 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3032 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3033 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3034 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3035 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3036 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3037 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3038 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3039 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3040 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3041 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3042 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3043 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3044 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3045 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3046 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3047 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3048 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3049 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3050 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3051 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3052 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3053 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3054 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3055 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3056 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3057 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3058 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3059 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3060 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3061 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3062 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3063 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3064 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3065 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3066 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3067 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3068 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3069 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3070 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3071 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3072 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3073 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3074 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3075 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3076 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3077 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3078 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3079 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3080 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3081 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3082 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3083 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3084 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3085 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3086 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3087 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3088 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3089 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3090 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3091 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3092 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3093 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3094 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3095 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3096 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3097 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3098 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3099 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3100 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3101 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3102 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3103 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3104 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3105 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3106 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3107 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3108 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3109 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3110 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3111 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3112 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3113 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3114 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3115 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3116 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3117 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3118 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3119 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3120 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3121 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3122 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3123 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3124 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3125 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3126 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3127 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3128 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3129 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3130 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3131 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3132 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3133 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3134 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3135 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3136 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3137 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3138 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3139 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3140 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3141 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3142 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3143 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3144 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3145 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3146 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3147 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3148 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3149 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3150 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3151 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3152 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3153 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3154 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3155 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3156 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3157 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3158 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3159 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3160 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3161 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3162 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3163 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3164 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3165 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3166 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3167 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3168 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3169 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3170 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3171 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3172 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3173 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3174 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3175 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3176 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3177 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3178 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3179 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3180 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3181 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3182 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3183 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3184 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3185 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3186 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3187 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
3188 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3189 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3190 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3191 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3192 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3193 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3194 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3195 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3196 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3197 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3198 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3199 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3200 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3201 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3202 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3203 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3204 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3205 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3206 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3207 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3208 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3209 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3210 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3211 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3212 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3213 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3214 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3215 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3216 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3217 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3218 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3219 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3220 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3221 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3222 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3223 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3224 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3225 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3226 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3227 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3228 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3229 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3230 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3231 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3232 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3233 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3234 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3235 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3236 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3237 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3238 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3239 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3240 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3241 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3242 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3243 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3244 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3245 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3246 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3247 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3248 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3249 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3250 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3251 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3252 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3253 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3254 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3255 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3256 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3257 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3258 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3259 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3260 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3261 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3262 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3263 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3264 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3265 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3266 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3267 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3268 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3269 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3270 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3271 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3272 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3273 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3274 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3275 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3276 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3277 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3278 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3279 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3280 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3281 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3282 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3283 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3284 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3285 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3286 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3287 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3288 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3289 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3290 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3291 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3292 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3293 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3294 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3295 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3296 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3297 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3298 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3299 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3300 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3301 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3302 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3303 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3304 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3305 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3306 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3307 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3308 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3309 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3310 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3311 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3312 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3313 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3314 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3315 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3316 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3317 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3318 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3319 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3320 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3321 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3322 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3323 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3324 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3325 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3326 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3327 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3328 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3329 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3330 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3331 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3332 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3333 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3334 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3335 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3336 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3337 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3338 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3339 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3340 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3341 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3342 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3343 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3344 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3345 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3346 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3347 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3348 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3349 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3350 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3351 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3352 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3353 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3354 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3355 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3356 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3357 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3358 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3359 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3360 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3361 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3362 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3363 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3364 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3365 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3366 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3367 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3368 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3369 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3370 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3371 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3372 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3373 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3374 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3375 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3376 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3377 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3378 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3379 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
3380 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3381 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3382 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3383 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3384 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3385 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3386 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3387 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3388 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3389 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3390 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3391 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3392 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3393 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3394 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3395 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3396 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3397 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3398 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3399 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3400 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3401 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3402 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3403 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3404 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3405 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3406 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3407 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3408 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3409 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3410 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3411 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3412 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3413 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3414 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3415 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3416 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3417 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3418 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3419 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3420 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3421 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3422 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3423 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3424 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3425 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3426 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3427 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3428 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3429 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3430 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3431 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3432 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3433 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3434 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3435 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3436 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3437 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3438 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3439 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3440 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3441 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3442 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3443 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3444 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3445 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3446 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3447 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3448 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3449 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3450 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3451 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3452 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3453 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3454 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3455 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3456 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3457 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3458 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3459 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3460 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3461 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3462 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3463 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3464 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3465 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3466 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3467 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3468 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3469 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3470 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3471 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3472 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3473 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3474 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3475 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3476 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3477 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3478 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3479 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3480 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3481 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3482 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3483 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3484 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3485 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3486 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3487 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3488 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3489 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3490 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3491 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3492 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3493 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3494 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3495 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3496 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3497 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3498 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3499 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3500 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3501 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3502 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3503 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3504 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3505 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3506 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3507 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3508 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3509 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3510 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3511 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3512 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3513 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3514 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3515 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3516 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3517 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3518 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3519 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3520 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3521 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3522 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3523 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3524 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3525 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3526 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3527 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3528 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3529 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3530 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3531 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3532 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3533 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3534 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3535 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3536 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3537 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3538 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3539 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3540 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3541 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3542 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3543 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3544 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3545 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3546 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3547 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3548 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3549 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3550 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3551 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3552 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3553 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3554 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3555 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3556 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3557 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3558 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3559 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3560 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3561 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3562 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3563 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3564 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3565 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3566 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3567 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3568 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3569 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3570 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3571 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Consider using varargs for methods or constructors which take an array the last parameter.
3572 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3573 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3574 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3575 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3576 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3577 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3578 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3579 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3580 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3581 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3582 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3583 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3584 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3585 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3586 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3587 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3588 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3589 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3590 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3591 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3592 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3593 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3594 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3595 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3596 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3597 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3598 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3599 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3600 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3601 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3602 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3603 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3604 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3605 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3606 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3607 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3608 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3609 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3610 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3611 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3612 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3613 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3614 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3615 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3616 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3617 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3618 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3619 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3620 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3621 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3622 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3623 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3624 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3625 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3626 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3627 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3628 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3629 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3630 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3631 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3632 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3633 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3634 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3635 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3636 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3637 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3638 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3639 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3640 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3641 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3642 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3643 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3644 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3645 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3646 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3647 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3648 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3649 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3650 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3651 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3652 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3653 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3654 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3655 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3656 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3657 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3658 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3659 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3660 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3661 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3662 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3663 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3664 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3665 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3666 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3667 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3668 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3669 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3670 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3671 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3672 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3673 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3674 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3675 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3676 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3677 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3678 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3679 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3680 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3681 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3682 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3683 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3684 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3685 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3686 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3687 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3688 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3689 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3690 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3691 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3692 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3693 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3694 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3695 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3696 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3697 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3698 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3699 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3700 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3701 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3702 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3703 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3704 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3705 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3706 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3707 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3708 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3709 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3710 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3711 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3712 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3713 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3714 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3715 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3716 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3717 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3718 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3719 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3720 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3721 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3722 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3723 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3724 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3725 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3726 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3727 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3728 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3729 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3730 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3731 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3732 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3733 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3734 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3735 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3736 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3737 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3738 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3739 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3740 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3741 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3742 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3743 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3744 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3745 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3746 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3747 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3748 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3749 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3750 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3751 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3752 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3753 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3754 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3755 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3756 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3757 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3758 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3759 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3760 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3761 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3762 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3763 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'theReadings' is not assigned and could be declared final
3764 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3765 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3766 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3767 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3768 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3769 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3770 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3771 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3772 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3773 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3774 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3775 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3776 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3777 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3778 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3779 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3780 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3781 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3782 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3783 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3784 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3785 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3786 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3787 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3788 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3789 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3790 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3791 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3792 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3793 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3794 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3795 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3796 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3797 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3798 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3799 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3800 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3801 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3802 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3803 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3804 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3805 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3806 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3807 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3808 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3809 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3810 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3811 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3812 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3813 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3814 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3815 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3816 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3817 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3818 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3819 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3820 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3821 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3822 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3823 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3824 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3825 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3826 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3827 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3828 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3829 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3830 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3831 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3832 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3833 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3834 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3835 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3836 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3837 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3838 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3839 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3840 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3841 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3842 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3843 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3844 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3845 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3846 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3847 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3848 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3849 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3850 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3851 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3852 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3853 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3854 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3855 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3856 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3857 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3858 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3859 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3860 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3861 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3862 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3863 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3864 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3865 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3866 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3867 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3868 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3869 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3870 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3871 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3872 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3873 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3874 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3875 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3876 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3877 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3878 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3879 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3880 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3881 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3882 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3883 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3884 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3885 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3886 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3887 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3888 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3889 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3890 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3891 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3892 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3893 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3894 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3895 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3896 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3897 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3898 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3899 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3900 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3901 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3902 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3903 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3904 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3905 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3906 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3907 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3908 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3909 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3910 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3911 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3912 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3913 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3914 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3915 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3916 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3917 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3918 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3919 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3920 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3921 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3922 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3923 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3924 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3925 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3926 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3927 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3928 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3929 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3930 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3931 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3932 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3933 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3934 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3935 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3936 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3937 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3938 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3939 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3940 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3941 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3942 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3943 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3944 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3945 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3946 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3947 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3948 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3949 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3950 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3951 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3952 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3953 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3954 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3955 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 Parameter 'time' is not assigned and could be declared final
3956 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3957 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3958 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3959 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3960 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3961 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3962 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3963 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3964 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3965 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3966 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3967 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3968 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3969 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3970 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3971 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3972 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3973 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3974 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3975 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3976 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3977 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3978 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3979 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3980 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3981 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3982 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3983 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3984 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3985 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3986 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3987 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3988 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3989 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3990 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3991 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3992 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3993 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3994 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3995 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3996 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3997 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3998 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
3999 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4000 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4001 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4002 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4003 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4004 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4005 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4006 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4007 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4008 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4009 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4010 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4011 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4012 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4013 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4014 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4015 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4016 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4017 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4018 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4019 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4020 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4021 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4022 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4023 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4024 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4025 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4026 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4027 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4028 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4029 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4030 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4031 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4032 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4033 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4034 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4035 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4036 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4037 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4038 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4039 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4040 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4041 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4042 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4043 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4044 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4045 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4046 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4047 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4048 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4049 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4050 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4051 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4052 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4053 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4054 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4055 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4056 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4057 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4058 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4059 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4060 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4061 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4062 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4063 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4064 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4065 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4066 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4067 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4068 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4069 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4070 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4071 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4072 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4073 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4074 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4075 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4076 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4077 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4078 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4079 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4080 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4081 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4082 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4083 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4084 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4085 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4086 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4087 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4088 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4089 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4090 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4091 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4092 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4093 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4094 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4095 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4096 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4097 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4098 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4099 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4100 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4101 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4102 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4103 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4104 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4105 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4106 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4107 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4108 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4109 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4110 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4111 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4112 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4113 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4114 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4115 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4116 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4117 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4118 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4119 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4120 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4121 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4122 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4123 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4124 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4125 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4126 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4127 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4128 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4129 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4130 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4131 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4132 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4133 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4134 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4135 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4136 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4137 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4138 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4139 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4140 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4141 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4142 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4143 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4144 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4145 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4146 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4147 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 39 The user-supplied array 'theReadings' is stored directly.
4148 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4149 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4150 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4151 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4152 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4153 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4154 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4155 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4156 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4157 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4158 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4159 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4160 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4161 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4162 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4163 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4164 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4165 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4166 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4167 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4168 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4169 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4170 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4171 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4172 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4173 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4174 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4175 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4176 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4177 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4178 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4179 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4180 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4181 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4182 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4183 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4184 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4185 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4186 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4187 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4188 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4189 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4190 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4191 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4192 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4193 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4194 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4195 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4196 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4197 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4198 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4199 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4200 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4201 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4202 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4203 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4204 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4205 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4206 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4207 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4208 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4209 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4210 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4211 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4212 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4213 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4214 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4215 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4216 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4217 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4218 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4219 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4220 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4221 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4222 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4223 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4224 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4225 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4226 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4227 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4228 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4229 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4230 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4231 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4232 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4233 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4234 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4235 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4236 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4237 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4238 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4239 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4240 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4241 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4242 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4243 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4244 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4245 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4246 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4247 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4248 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4249 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4250 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4251 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4252 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4253 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4254 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4255 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4256 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4257 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4258 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4259 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4260 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4261 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4262 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4263 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4264 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4265 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4266 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4267 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4268 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4269 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4270 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4271 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4272 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4273 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4274 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4275 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4276 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4277 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4278 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4279 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4280 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4281 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4282 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4283 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4284 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4285 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4286 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4287 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4288 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4289 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4290 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4291 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4292 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4293 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4294 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4295 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4296 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4297 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4298 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4299 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4300 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4301 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4302 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4303 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4304 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4305 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4306 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4307 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4308 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4309 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4310 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4311 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4312 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4313 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4314 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4315 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4316 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4317 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4318 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4319 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4320 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4321 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4322 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4323 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4324 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4325 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4326 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4327 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4328 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4329 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4330 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4331 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4332 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4333 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4334 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4335 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4336 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4337 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4338 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4339 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 54 Local variable 'bld' could be declared final
4340 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4341 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4342 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4343 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4344 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4345 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4346 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4347 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4348 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4349 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4350 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4351 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4352 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4353 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4354 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4355 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4356 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4357 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4358 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4359 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4360 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4361 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4362 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4363 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4364 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4365 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4366 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4367 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4368 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4369 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4370 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4371 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4372 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4373 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4374 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4375 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4376 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4377 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4378 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4379 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4380 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4381 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4382 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4383 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4384 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4385 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4386 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4387 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4388 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4389 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4390 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4391 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4392 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4393 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4394 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4395 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4396 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4397 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4398 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4399 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4400 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4401 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4402 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4403 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4404 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4405 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4406 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4407 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4408 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4409 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4410 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4411 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4412 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4413 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4414 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4415 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4416 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4417 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4418 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4419 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4420 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4421 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4422 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4423 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4424 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4425 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4426 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4427 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4428 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4429 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4430 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4431 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4432 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4433 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4434 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4435 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4436 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4437 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4438 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4439 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4440 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4441 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4442 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4443 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4444 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4445 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4446 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4447 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4448 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4449 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4450 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4451 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4452 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4453 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4454 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4455 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4456 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4457 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4458 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4459 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4460 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4461 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4462 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4463 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4464 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4465 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4466 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4467 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4468 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4469 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4470 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4471 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4472 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4473 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4474 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4475 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4476 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4477 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4478 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4479 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4480 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4481 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4482 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4483 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4484 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4485 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4486 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4487 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4488 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4489 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4490 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4491 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4492 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4493 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4494 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4495 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4496 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4497 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4498 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4499 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4500 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4501 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4502 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4503 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4504 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4505 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4506 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4507 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4508 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4509 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4510 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4511 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4512 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4513 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4514 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4515 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4516 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4517 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4518 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4519 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4520 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4521 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4522 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4523 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4524 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4525 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4526 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4527 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4528 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4529 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4530 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4531 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 75 Parameter 'inputTemps' is not assigned and could be declared final
4532 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4533 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4534 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4535 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4536 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4537 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4538 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4539 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4540 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4541 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4542 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4543 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4544 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4545 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4546 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4547 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4548 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4549 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4550 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4551 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4552 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4553 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4554 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4555 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4556 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4557 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4558 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4559 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4560 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4561 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4562 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4563 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4564 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4565 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4566 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4567 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4568 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4569 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4570 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4571 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4572 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4573 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4574 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4575 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4576 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4577 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4578 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4579 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4580 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4581 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4582 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4583 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4584 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4585 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4586 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4587 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4588 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4589 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4590 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4591 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4592 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4593 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4594 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4595 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4596 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4597 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4598 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4599 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4600 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4601 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4602 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4603 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4604 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4605 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4606 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4607 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4608 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4609 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4610 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4611 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4612 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4613 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4614 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4615 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4616 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4617 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4618 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4619 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4620 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4621 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4622 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4623 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4624 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4625 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4626 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4627 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4628 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4629 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4630 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4631 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4632 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4633 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4634 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4635 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4636 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4637 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4638 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4639 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4640 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4641 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4642 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4643 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4644 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4645 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4646 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4647 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4648 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4649 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4650 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4651 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4652 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4653 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4654 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4655 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4656 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4657 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4658 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4659 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4660 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4661 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4662 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4663 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4664 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4665 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4666 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4667 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4668 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4669 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4670 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4671 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4672 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4673 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4674 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4675 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4676 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4677 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4678 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4679 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4680 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4681 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4682 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4683 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4684 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4685 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4686 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4687 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4688 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4689 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4690 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4691 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4692 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4693 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4694 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4695 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4696 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4697 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4698 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4699 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4700 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4701 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4702 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4703 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4704 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4705 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4706 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4707 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4708 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4709 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4710 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4711 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4712 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4713 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4714 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4715 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4716 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4717 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4718 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4719 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4720 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4721 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4722 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4723 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'inputTemps' is not assigned and could be declared final
4724 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4725 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4726 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4727 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4728 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4729 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4730 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4731 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4732 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4733 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4734 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4735 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4736 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4737 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4738 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4739 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4740 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4741 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4742 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4743 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4744 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4745 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4746 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4747 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4748 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4749 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4750 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4751 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4752 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4753 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4754 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4755 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4756 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4757 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4758 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4759 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4760 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4761 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4762 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4763 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4764 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4765 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4766 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4767 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4768 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4769 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4770 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4771 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4772 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4773 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4774 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4775 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4776 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4777 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4778 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4779 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4780 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4781 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4782 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4783 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4784 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4785 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4786 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4787 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4788 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4789 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4790 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4791 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4792 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4793 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4794 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4795 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4796 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4797 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4798 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4799 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4800 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4801 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4802 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4803 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4804 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4805 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4806 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4807 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4808 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4809 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4810 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4811 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4812 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4813 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4814 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4815 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4816 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4817 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4818 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4819 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4820 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4821 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4822 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4823 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4824 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4825 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4826 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4827 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4828 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4829 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4830 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4831 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4832 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4833 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4834 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4835 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4836 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4837 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4838 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4839 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4840 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4841 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4842 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4843 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4844 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4845 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4846 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4847 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4848 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4849 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4850 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4851 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4852 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4853 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4854 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4855 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4856 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4857 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4858 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4859 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4860 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4861 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4862 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4863 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4864 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4865 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4866 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4867 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4868 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4869 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4870 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4871 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4872 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4873 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4874 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4875 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4876 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4877 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4878 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4879 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4880 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4881 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4882 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4883 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4884 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4885 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4886 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4887 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4888 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4889 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4890 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4891 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4892 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4893 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4894 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4895 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4896 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4897 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4898 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4899 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4900 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4901 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4902 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4903 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4904 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4905 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4906 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4907 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4908 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4909 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4910 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4911 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4912 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4913 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4914 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4915 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 90 Parameter 'stepSize' is not assigned and could be declared final
4916 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4917 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4918 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4919 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4920 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4921 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4922 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4923 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4924 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4925 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4926 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4927 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4928 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4929 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4930 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4931 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4932 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4933 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4934 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4935 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4936 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4937 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4938 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4939 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4940 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4941 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4942 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4943 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4944 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4945 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4946 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4947 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4948 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4949 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4950 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4951 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4952 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4953 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4954 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4955 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4956 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4957 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4958 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4959 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4960 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4961 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4962 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4963 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4964 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4965 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4966 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4967 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4968 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4969 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4970 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4971 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4972 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4973 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4974 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4975 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4976 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4977 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4978 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4979 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4980 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4981 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4982 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4983 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4984 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4985 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4986 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4987 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4988 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4989 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4990 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4991 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4992 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4993 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4994 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4995 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4996 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4997 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4998 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
4999 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5000 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5001 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5002 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5003 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5004 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5005 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5006 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5007 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5008 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5009 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5010 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5011 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5012 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5013 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5014 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5015 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5016 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5017 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5018 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5019 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5020 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5021 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5022 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5023 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5024 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5025 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5026 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5027 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5028 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5029 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5030 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5031 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5032 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5033 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5034 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5035 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5036 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5037 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5038 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5039 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5040 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5041 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5042 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5043 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5044 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5045 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5046 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5047 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5048 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5049 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5050 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5051 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5052 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5053 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5054 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5055 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5056 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5057 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5058 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5059 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5060 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5061 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5062 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5063 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5064 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5065 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5066 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5067 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5068 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5069 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5070 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5071 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5072 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5073 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5074 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5075 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5076 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5077 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5078 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5079 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5080 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5081 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5082 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5083 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5084 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5085 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5086 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5087 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5088 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5089 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5090 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5091 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5092 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5093 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5094 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5095 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5096 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5097 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5098 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5099 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5100 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5101 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5102 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5103 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5104 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5105 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5106 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5107 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Local variable 'rawLines' could be declared final
5108 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5109 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5110 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5111 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5112 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5113 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5114 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5115 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5116 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5117 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5118 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5119 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5120 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5121 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5122 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5123 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5124 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5125 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5126 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5127 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5128 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5129 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5130 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5131 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5132 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5133 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5134 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5135 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5136 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5137 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5138 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5139 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5140 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5141 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5142 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5143 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5144 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5145 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5146 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5147 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5148 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5149 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5150 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5151 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5152 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5153 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5154 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5155 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5156 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5157 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5158 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5159 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5160 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5161 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5162 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5163 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5164 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5165 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5166 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5167 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5168 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5169 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5170 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5171 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5172 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5173 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5174 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5175 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5176 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5177 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5178 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5179 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5180 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5181 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5182 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5183 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5184 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5185 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5186 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5187 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5188 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5189 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5190 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5191 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5192 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5193 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5194 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5195 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5196 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5197 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5198 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5199 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5200 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5201 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5202 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5203 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5204 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5205 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5206 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5207 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5208 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5209 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5210 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5211 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5212 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5213 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5214 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5215 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5216 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5217 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5218 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5219 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5220 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5221 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5222 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5223 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5224 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5225 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5226 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5227 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5228 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5229 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5230 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5231 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5232 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5233 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5234 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5235 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5236 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5237 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5238 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5239 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5240 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5241 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5242 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5243 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5244 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5245 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5246 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5247 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5248 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5249 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5250 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5251 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5252 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5253 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5254 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5255 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5256 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5257 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5258 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5259 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5260 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5261 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5262 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5263 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5264 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5265 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5266 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5267 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5268 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5269 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5270 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5271 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5272 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5273 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5274 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5275 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5276 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5277 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5278 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5279 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5280 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5281 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5282 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5283 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5284 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5285 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5286 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5287 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5288 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5289 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5290 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5291 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5292 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5293 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5294 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5295 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5296 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5297 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5298 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5299 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5300 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5301 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5302 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5303 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5304 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5305 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5306 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5307 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5308 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5309 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5310 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5311 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5312 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5313 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5314 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5315 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5316 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5317 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5318 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5319 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5320 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5321 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5322 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5323 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5324 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5325 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5326 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5327 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5328 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5329 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5330 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5331 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5332 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5333 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5334 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5335 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5336 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5337 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5338 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5339 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5340 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5341 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5342 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5343 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5344 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5345 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5346 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5347 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5348 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5349 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5350 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5351 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5352 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5353 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5354 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5355 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5356 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5357 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5358 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5359 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5360 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5361 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5362 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5363 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5364 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5365 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5366 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5367 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5368 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5369 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5370 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5371 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5372 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5373 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5374 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5375 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5376 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5377 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5378 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5379 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5380 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5381 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5382 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5383 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5384 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5385 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5386 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5387 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5388 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5389 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5390 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5391 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5392 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5393 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5394 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5395 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5396 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5397 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5398 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5399 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5400 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5401 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5402 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5403 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5404 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5405 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5406 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5407 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5408 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5409 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5410 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5411 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5412 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5413 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5414 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5415 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5416 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5417 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5418 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5419 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5420 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5421 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5422 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5423 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5424 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5425 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5426 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5427 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5428 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5429 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5430 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5431 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5432 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5433 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5434 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5435 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5436 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5437 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5438 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5439 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5440 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5441 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5442 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5443 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5444 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5445 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5446 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5447 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5448 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5449 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5450 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5451 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5452 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5453 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5454 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5455 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5456 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5457 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5458 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5459 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5460 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5461 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5462 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5463 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5464 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5465 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5466 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5467 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5468 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5469 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5470 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5471 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5472 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5473 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5474 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5475 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5476 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5477 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5478 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5479 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5480 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5481 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5482 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5483 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5484 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5485 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5486 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5487 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5488 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5489 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5490 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5491 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 93 Potential violation of Law of Demeter (method chain calls)
5492 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5493 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5494 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5495 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5496 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5497 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5498 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5499 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5500 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5501 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5502 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5503 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5504 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5505 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5506 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5507 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5508 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5509 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5510 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5511 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5512 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5513 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5514 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5515 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5516 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5517 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5518 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5519 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5520 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5521 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5522 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5523 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5524 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5525 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5526 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5527 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5528 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5529 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5530 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5531 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5532 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5533 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5534 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5535 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5536 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5537 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5538 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5539 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5540 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5541 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5542 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5543 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5544 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5545 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5546 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5547 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5548 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5549 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5550 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5551 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5552 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5553 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5554 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5555 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5556 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5557 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5558 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5559 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5560 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5561 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5562 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5563 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5564 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5565 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5566 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5567 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5568 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5569 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5570 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5571 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5572 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5573 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5574 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5575 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5576 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5577 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5578 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5579 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5580 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5581 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5582 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5583 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5584 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5585 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5586 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5587 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5588 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5589 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5590 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5591 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5592 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5593 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5594 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5595 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5596 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5597 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5598 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5599 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5600 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5601 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5602 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5603 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5604 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5605 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5606 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5607 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5608 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5609 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5610 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5611 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5612 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5613 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5614 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5615 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5616 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5617 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5618 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5619 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5620 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5621 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5622 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5623 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5624 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5625 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5626 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5627 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5628 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5629 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5630 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5631 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5632 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5633 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5634 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5635 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5636 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5637 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5638 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5639 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5640 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5641 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5642 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5643 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5644 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5645 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5646 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5647 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5648 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5649 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5650 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5651 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5652 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5653 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5654 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5655 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5656 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5657 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5658 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5659 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5660 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5661 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5662 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5663 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5664 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5665 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5666 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5667 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5668 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5669 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5670 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5671 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5672 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5673 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5674 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5675 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5676 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5677 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5678 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5679 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5680 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5681 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5682 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5683 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Local variable 'allReadings' could be declared final
5684 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5685 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5686 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5687 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5688 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5689 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5690 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5691 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5692 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5693 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5694 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5695 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5696 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5697 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5698 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5699 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5700 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5701 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5702 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5703 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5704 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5705 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5706 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5707 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5708 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5709 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5710 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5711 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5712 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5713 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5714 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5715 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5716 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5717 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5718 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5719 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5720 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5721 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5722 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5723 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5724 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5725 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5726 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5727 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5728 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5729 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5730 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5731 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5732 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5733 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5734 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5735 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5736 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5737 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5738 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5739 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5740 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5741 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5742 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5743 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5744 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5745 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5746 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5747 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5748 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5749 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5750 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5751 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5752 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5753 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5754 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5755 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5756 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5757 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5758 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5759 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5760 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5761 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5762 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5763 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5764 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5765 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5766 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5767 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5768 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5769 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5770 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5771 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5772 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5773 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5774 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5775 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5776 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5777 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5778 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5779 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5780 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5781 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5782 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5783 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5784 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5785 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5786 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5787 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5788 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5789 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5790 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5791 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5792 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5793 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5794 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5795 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5796 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5797 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5798 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5799 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5800 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5801 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5802 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5803 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5804 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5805 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5806 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5807 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5808 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5809 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5810 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5811 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5812 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5813 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5814 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5815 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5816 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5817 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5818 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5819 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5820 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5821 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5822 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5823 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5824 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5825 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5826 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5827 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5828 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5829 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5830 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5831 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5832 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5833 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5834 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5835 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5836 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5837 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5838 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5839 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5840 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5841 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5842 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5843 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5844 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5845 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5846 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5847 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5848 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5849 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5850 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5851 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5852 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5853 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5854 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5855 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5856 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5857 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5858 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5859 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5860 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5861 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5862 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5863 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5864 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5865 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5866 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5867 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5868 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5869 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5870 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5871 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5872 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5873 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5874 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5875 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 97 Use ArrayList instead of Vector
5876 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5877 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5878 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5879 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5880 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5881 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5882 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5883 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5884 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5885 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5886 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5887 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5888 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5889 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5890 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5891 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5892 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5893 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5894 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5895 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5896 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5897 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5898 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5899 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5900 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5901 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5902 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5903 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5904 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5905 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5906 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5907 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5908 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5909 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5910 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5911 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5912 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5913 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5914 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5915 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5916 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5917 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5918 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5919 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5920 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5921 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5922 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5923 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5924 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5925 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5926 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5927 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5928 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5929 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5930 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5931 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5932 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5933 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5934 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5935 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5936 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5937 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5938 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5939 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5940 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5941 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5942 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5943 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5944 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5945 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5946 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5947 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5948 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5949 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5950 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5951 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5952 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5953 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5954 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5955 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5956 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5957 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5958 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5959 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5960 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5961 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5962 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5963 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5964 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5965 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5966 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5967 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5968 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5969 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5970 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5971 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5972 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5973 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5974 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5975 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5976 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5977 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5978 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5979 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5980 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5981 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5982 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5983 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5984 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5985 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5986 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5987 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5988 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5989 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5990 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5991 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5992 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5993 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5994 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5995 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5996 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5997 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5998 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
5999 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6000 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6001 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6002 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6003 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6004 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6005 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6006 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6007 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6008 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6009 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6010 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6011 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6012 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6013 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6014 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6015 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6016 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6017 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6018 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6019 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6020 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6021 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6022 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6023 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6024 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6025 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6026 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6027 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6028 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6029 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6030 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6031 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6032 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6033 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6034 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6035 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6036 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6037 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6038 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6039 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6040 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6041 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6042 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6043 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6044 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6045 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6046 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6047 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6048 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6049 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6050 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6051 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6052 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6053 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6054 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6055 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6056 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6057 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6058 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6059 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6060 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6061 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6062 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6063 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6064 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6065 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6066 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6067 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 99 Found 'DU'-anomaly for variable 'step' (lines '99'-'111').
6068 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6069 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6070 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6071 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6072 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6073 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6074 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6075 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6076 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6077 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6078 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6079 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6080 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6081 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6082 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6083 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6084 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6085 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6086 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6087 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6088 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6089 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6090 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6091 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6092 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6093 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6094 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6095 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6096 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6097 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6098 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6099 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6100 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6101 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6102 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6103 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6104 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6105 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6106 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6107 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6108 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6109 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6110 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6111 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6112 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6113 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6114 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6115 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6116 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6117 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6118 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6119 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6120 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6121 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6122 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6123 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6124 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6125 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6126 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6127 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6128 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6129 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6130 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6131 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6132 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6133 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6134 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6135 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6136 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6137 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6138 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6139 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6140 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6141 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6142 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6143 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6144 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6145 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6146 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6147 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6148 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6149 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6150 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6151 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6152 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6153 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6154 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6155 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6156 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6157 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6158 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6159 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6160 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6161 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6162 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6163 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6164 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6165 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6166 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6167 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6168 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6169 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6170 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6171 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6172 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6173 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6174 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6175 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6176 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6177 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6178 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6179 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6180 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6181 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6182 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6183 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6184 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6185 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6186 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6187 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6188 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6189 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6190 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6191 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6192 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6193 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6194 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6195 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6196 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6197 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6198 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6199 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6200 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6201 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6202 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6203 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6204 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6205 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6206 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6207 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6208 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6209 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6210 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6211 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6212 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6213 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6214 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6215 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6216 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6217 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6218 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6219 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6220 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6221 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6222 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6223 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6224 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6225 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6226 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6227 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6228 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6229 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6230 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6231 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6232 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6233 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6234 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6235 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6236 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6237 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6238 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6239 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6240 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6241 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6242 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6243 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6244 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6245 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6246 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6247 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6248 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6249 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6250 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6251 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6252 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6253 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6254 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6255 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6256 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6257 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6258 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6259 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 100 Local variable 'line' could be declared final
6260 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6261 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6262 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6263 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6264 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6265 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6266 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6267 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6268 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6269 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6270 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6271 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6272 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6273 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6274 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6275 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6276 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6277 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6278 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6279 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6280 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6281 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6282 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6283 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6284 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6285 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6286 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6287 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6288 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6289 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6290 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6291 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6292 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6293 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6294 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6295 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6296 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6297 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6298 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6299 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6300 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6301 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6302 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6303 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6304 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6305 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6306 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6307 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6308 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6309 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6310 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6311 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6312 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6313 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6314 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6315 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6316 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6317 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6318 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6319 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6320 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6321 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6322 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6323 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6324 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6325 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6326 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6327 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6328 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6329 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6330 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6331 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6332 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6333 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6334 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6335 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6336 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6337 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6338 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6339 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6340 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6341 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6342 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6343 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6344 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6345 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6346 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6347 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6348 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6349 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6350 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6351 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6352 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6353 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6354 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6355 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6356 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6357 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6358 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6359 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6360 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6361 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6362 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6363 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6364 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6365 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6366 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6367 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6368 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6369 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6370 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6371 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6372 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6373 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6374 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6375 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6376 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6377 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6378 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6379 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6380 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6381 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6382 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6383 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6384 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6385 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6386 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6387 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6388 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6389 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6390 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6391 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6392 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6393 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6394 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6395 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6396 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6397 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6398 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6399 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6400 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6401 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6402 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6403 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6404 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6405 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6406 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6407 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6408 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6409 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6410 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6411 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6412 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6413 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6414 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6415 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6416 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6417 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6418 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6419 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6420 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6421 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6422 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6423 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6424 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6425 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6426 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6427 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6428 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6429 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6430 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6431 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6432 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6433 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6434 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6435 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6436 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6437 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6438 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6439 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6440 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6441 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6442 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6443 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6444 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6445 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6446 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6447 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6448 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6449 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6450 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6451 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6452 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6453 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6454 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6455 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6456 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6457 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6458 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6459 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6460 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6461 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6462 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6463 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6464 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6465 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6466 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6467 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6468 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6469 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6470 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6471 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6472 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6473 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6474 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6475 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6476 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6477 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6478 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6479 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6480 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6481 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6482 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6483 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6484 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6485 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6486 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6487 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6488 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6489 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6490 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6491 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6492 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6493 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6494 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6495 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6496 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6497 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6498 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6499 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6500 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6501 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6502 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6503 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6504 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6505 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6506 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6507 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6508 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6509 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6510 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6511 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6512 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6513 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6514 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6515 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6516 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6517 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6518 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6519 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6520 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6521 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6522 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6523 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6524 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6525 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6526 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6527 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6528 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6529 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6530 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6531 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6532 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6533 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6534 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6535 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6536 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6537 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6538 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6539 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6540 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6541 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6542 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6543 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6544 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6545 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6546 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6547 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6548 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6549 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6550 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6551 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6552 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6553 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6554 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6555 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6556 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6557 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6558 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6559 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6560 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6561 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6562 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6563 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6564 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6565 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6566 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6567 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6568 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6569 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6570 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6571 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6572 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6573 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6574 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6575 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6576 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6577 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6578 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6579 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6580 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6581 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6582 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6583 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6584 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6585 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6586 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6587 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6588 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6589 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6590 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6591 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6592 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6593 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6594 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6595 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6596 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6597 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6598 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6599 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6600 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6601 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6602 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6603 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6604 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6605 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6606 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6607 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6608 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6609 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6610 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6611 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6612 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6613 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6614 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6615 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6616 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6617 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6618 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6619 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6620 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6621 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6622 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6623 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6624 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6625 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6626 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6627 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6628 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6629 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6630 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6631 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6632 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6633 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6634 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6635 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6636 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6637 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6638 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6639 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6640 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6641 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6642 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6643 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 101 Potential violation of Law of Demeter (method chain calls)
6644 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6645 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6646 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6647 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6648 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6649 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6650 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6651 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6652 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6653 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6654 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6655 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6656 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6657 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6658 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6659 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6660 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6661 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6662 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6663 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6664 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6665 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6666 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6667 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6668 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6669 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6670 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6671 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6672 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6673 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6674 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6675 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6676 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6677 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6678 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6679 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6680 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6681 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6682 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6683 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6684 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6685 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6686 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6687 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6688 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6689 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6690 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6691 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6692 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6693 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6694 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6695 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6696 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6697 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6698 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6699 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6700 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6701 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6702 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6703 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6704 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6705 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6706 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6707 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6708 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6709 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6710 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6711 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6712 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6713 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6714 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6715 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6716 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6717 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6718 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6719 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6720 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6721 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6722 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6723 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6724 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6725 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6726 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6727 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6728 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6729 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6730 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6731 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6732 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6733 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6734 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6735 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6736 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6737 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6738 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6739 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6740 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6741 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6742 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6743 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6744 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6745 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6746 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6747 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6748 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6749 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6750 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6751 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6752 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6753 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6754 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6755 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6756 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6757 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6758 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6759 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6760 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6761 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6762 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6763 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6764 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6765 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6766 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6767 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6768 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6769 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6770 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6771 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6772 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6773 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6774 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6775 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6776 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6777 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6778 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6779 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6780 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6781 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6782 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6783 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6784 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6785 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6786 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6787 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6788 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6789 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6790 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6791 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6792 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6793 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6794 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6795 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6796 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6797 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6798 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6799 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6800 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6801 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6802 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6803 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6804 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6805 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6806 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6807 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6808 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6809 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6810 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6811 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6812 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6813 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6814 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6815 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6816 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6817 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6818 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6819 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6820 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6821 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6822 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6823 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6824 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6825 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6826 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6827 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6828 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6829 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6830 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6831 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6832 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6833 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6834 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6835 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\edu\odu\cs\cs417\TemperatureParser.java 105 Avoid instantiating new objects inside loops
6836 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6837 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6838 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6839 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6840 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6841 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6842 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6843 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6844 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6845 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6846 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6847 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6848 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6849 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6850 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6851 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6852 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6853 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6854 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6855 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6856 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6857 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6858 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6859 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6860 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6861 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6862 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6863 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6864 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6865 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6866 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6867 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6868 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6869 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6870 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6871 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6872 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6873 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6874 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6875 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6876 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6877 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6878 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6879 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6880 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6881 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6882 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6883 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6884 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6885 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6886 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6887 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6888 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6889 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6890 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6891 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6892 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6893 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6894 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6895 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6896 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6897 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6898 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6899 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6900 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6901 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6902 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6903 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6904 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6905 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6906 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6907 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6908 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6909 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6910 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6911 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6912 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6913 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6914 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6915 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6916 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6917 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6918 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6919 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6920 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6921 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6922 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6923 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6924 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6925 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6926 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6927 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6928 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6929 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6930 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6931 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6932 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6933 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6934 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6935 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6936 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6937 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6938 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6939 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6940 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6941 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6942 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6943 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6944 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6945 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6946 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6947 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6948 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6949 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6950 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6951 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6952 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6953 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6954 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6955 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6956 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6957 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6958 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6959 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6960 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All classes, interfaces, enums and annotations must belong to a named package
6961 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6962 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6963 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6964 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6965 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6966 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6967 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6968 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6969 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6970 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6971 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6972 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6973 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6974 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6975 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6976 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6977 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6978 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6979 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6980 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6981 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6982 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6983 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6984 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6985 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6986 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6987 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6988 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6989 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6990 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6991 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6992 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6993 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6994 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6995 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6996 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6997 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6998 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
6999 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7000 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7001 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7002 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7003 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7004 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7005 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7006 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7007 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7008 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7009 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7010 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7011 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7012 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7013 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7014 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7015 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7016 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7017 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7018 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7019 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7020 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7021 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7022 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7023 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7024 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7025 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7026 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7027 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7028 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7029 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7030 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7031 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7032 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7033 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7034 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7035 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7036 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7037 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7038 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7039 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7040 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7041 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7042 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7043 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7044 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7045 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7046 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7047 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7048 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7049 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7050 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7051 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7052 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7053 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7054 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7055 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7056 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7057 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7058 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7059 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7060 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7061 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7062 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7063 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7064 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7065 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7066 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7067 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7068 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7069 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7070 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7071 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7072 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7073 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7074 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7075 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7076 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7077 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7078 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7079 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7080 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7081 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7082 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7083 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7084 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7085 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 14 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
7086 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7087 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7088 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7089 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7090 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7091 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7092 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7093 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7094 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7095 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7096 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7097 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7098 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7099 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7100 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7101 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7102 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7103 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7104 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7105 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7106 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7107 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7108 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7109 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7110 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7111 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7112 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7113 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7114 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7115 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7116 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7117 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7118 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7119 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7120 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7121 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7122 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7123 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7124 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7125 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7126 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7127 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7128 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7129 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7130 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7131 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7132 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7133 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7134 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7135 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7136 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7137 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7138 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7139 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7140 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7141 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7142 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7143 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7144 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7145 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7146 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7147 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7148 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7149 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7150 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7151 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7152 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7153 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7154 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7155 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7156 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7157 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7158 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7159 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7160 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7161 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7162 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7163 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7164 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7165 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7166 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7167 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7168 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7169 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7170 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7171 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7172 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7173 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7174 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7175 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7176 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7177 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7178 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7179 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7180 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7181 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7182 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7183 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7184 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7185 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7186 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7187 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7188 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7189 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7190 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7191 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7192 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7193 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7194 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7195 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7196 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7197 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7198 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7199 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7200 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7201 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7202 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7203 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7204 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7205 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7206 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7207 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7208 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7209 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7210 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 15 Parameter 'args' is not assigned and could be declared final
7211 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7212 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7213 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7214 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7215 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7216 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7217 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7218 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7219 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7220 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7221 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7222 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7223 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7224 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7225 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7226 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7227 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7228 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7229 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7230 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7231 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7232 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7233 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7234 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7235 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7236 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7237 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7238 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7239 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7240 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7241 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7242 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7243 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7244 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7245 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7246 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7247 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7248 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7249 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7250 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7251 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7252 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7253 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7254 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7255 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7256 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7257 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7258 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7259 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7260 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7261 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7262 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7263 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7264 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7265 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7266 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7267 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7268 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7269 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7270 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7271 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7272 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7273 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7274 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7275 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7276 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7277 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7278 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7279 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7280 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7281 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7282 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7283 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7284 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7285 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7286 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7287 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7288 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7289 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7290 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7291 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7292 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7293 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7294 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7295 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7296 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7297 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7298 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7299 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7300 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7301 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7302 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7303 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7304 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7305 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7306 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7307 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7308 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7309 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7310 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7311 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7312 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7313 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7314 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7315 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7316 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7317 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7318 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7319 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7320 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7321 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7322 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7323 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7324 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7325 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7326 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7327 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7328 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7329 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7330 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7331 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7332 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7333 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7334 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7335 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Ensure that resources like this BufferedReader object are closed after use
7336 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7337 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7338 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7339 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7340 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7341 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7342 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7343 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7344 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7345 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7346 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7347 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7348 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7349 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7350 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7351 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7352 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7353 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7354 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7355 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7356 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7357 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7358 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7359 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7360 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7361 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7362 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7363 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7364 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7365 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7366 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7367 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7368 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7369 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7370 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7371 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7372 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7373 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7374 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7375 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7376 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7377 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7378 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7379 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7380 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7381 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7382 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7383 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7384 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7385 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7386 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7387 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7388 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7389 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7390 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7391 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7392 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7393 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7394 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7395 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7396 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7397 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7398 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7399 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7400 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7401 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7402 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7403 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7404 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7405 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7406 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7407 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7408 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7409 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7410 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7411 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7412 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7413 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7414 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7415 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7416 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7417 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7418 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7419 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7420 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7421 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7422 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7423 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7424 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7425 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7426 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7427 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7428 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7429 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7430 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7431 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7432 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7433 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7434 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7435 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7436 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7437 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7438 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7439 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7440 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7441 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7442 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7443 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7444 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7445 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7446 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7447 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7448 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7449 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7450 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7451 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7452 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7453 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7454 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7455 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7456 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7457 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7458 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7459 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7460 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 16 Found 'DD'-anomaly for variable 'tFileStream' (lines '16'-'20').
7461 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7462 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7463 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7464 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7465 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7466 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7467 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7468 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7469 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7470 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7471 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7472 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7473 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7474 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7475 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7476 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7477 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7478 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7479 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7480 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7481 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7482 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7483 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7484 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7485 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7486 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7487 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7488 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7489 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7490 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7491 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7492 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7493 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7494 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7495 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7496 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7497 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7498 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7499 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7500 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7501 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7502 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7503 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7504 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7505 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7506 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7507 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7508 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7509 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7510 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7511 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7512 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7513 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7514 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7515 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7516 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7517 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7518 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7519 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7520 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7521 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7522 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7523 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7524 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7525 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7526 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7527 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7528 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7529 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7530 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7531 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7532 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7533 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7534 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7535 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7536 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7537 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7538 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7539 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7540 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7541 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7542 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7543 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7544 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7545 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7546 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7547 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7548 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7549 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7550 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7551 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7552 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7553 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7554 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7555 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7556 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7557 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7558 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7559 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7560 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7561 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7562 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7563 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7564 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7565 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7566 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7567 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7568 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7569 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7570 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7571 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7572 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7573 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7574 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7575 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7576 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7577 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7578 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7579 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7580 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7581 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7582 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7583 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7584 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7585 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Avoid instantiating FileInputStream, FileOutputStream, FileReader, or FileWriter
7586 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7587 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7588 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7589 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7590 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7591 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7592 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7593 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7594 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7595 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7596 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7597 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7598 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7599 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7600 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7601 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7602 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7603 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7604 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7605 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7606 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7607 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7608 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7609 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7610 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7611 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7612 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7613 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7614 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7615 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7616 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7617 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7618 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7619 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7620 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7621 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7622 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7623 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7624 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7625 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7626 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7627 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7628 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7629 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7630 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7631 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7632 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7633 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7634 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7635 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7636 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7637 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7638 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7639 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7640 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7641 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7642 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7643 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7644 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7645 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7646 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7647 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7648 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7649 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7650 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7651 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7652 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7653 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7654 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7655 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7656 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7657 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7658 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7659 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7660 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7661 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7662 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7663 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7664 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7665 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7666 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7667 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7668 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7669 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7670 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7671 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7672 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7673 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7674 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7675 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7676 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7677 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7678 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7679 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7680 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7681 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7682 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7683 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7684 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7685 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7686 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7687 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7688 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7689 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7690 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7691 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7692 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7693 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7694 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7695 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7696 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7697 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7698 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7699 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7700 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7701 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7702 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7703 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7704 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7705 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7706 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7707 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7708 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7709 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7710 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 20 Found 'DU'-anomaly for variable 'tFileStream' (lines '20'-'81').
7711 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7712 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7713 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7714 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7715 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7716 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7717 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7718 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7719 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7720 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7721 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7722 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7723 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7724 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7725 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7726 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7727 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7728 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7729 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7730 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7731 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7732 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7733 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7734 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7735 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7736 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7737 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7738 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7739 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7740 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7741 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7742 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7743 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7744 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7745 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7746 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7747 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7748 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7749 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7750 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7751 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7752 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7753 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7754 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7755 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7756 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7757 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7758 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7759 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7760 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7761 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7762 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7763 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7764 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7765 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7766 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7767 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7768 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7769 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7770 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7771 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7772 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7773 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7774 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7775 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7776 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7777 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7778 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7779 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7780 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7781 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7782 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7783 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7784 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7785 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7786 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7787 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7788 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7789 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7790 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7791 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7792 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7793 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7794 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7795 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7796 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7797 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7798 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7799 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7800 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7801 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7802 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7803 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7804 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7805 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7806 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7807 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7808 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7809 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7810 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7811 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7812 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7813 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7814 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7815 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7816 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7817 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7818 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7819 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7820 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7821 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7822 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7823 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7824 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7825 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7826 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7827 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7828 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7829 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7830 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7831 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7832 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7833 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7834 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7835 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 22 System.err.println is used
7836 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7837 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7838 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7839 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7840 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7841 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7842 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7843 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7844 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7845 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7846 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7847 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7848 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7849 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7850 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7851 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7852 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7853 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7854 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7855 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7856 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7857 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7858 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7859 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7860 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7861 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7862 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7863 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7864 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7865 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7866 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7867 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7868 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7869 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7870 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7871 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7872 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7873 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7874 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7875 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7876 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7877 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7878 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7879 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7880 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7881 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7882 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7883 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7884 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7885 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7886 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7887 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7888 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7889 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7890 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7891 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7892 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7893 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7894 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7895 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7896 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7897 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7898 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7899 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7900 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7901 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7902 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7903 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7904 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7905 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7906 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7907 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7908 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7909 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7910 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7911 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7912 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7913 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7914 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7915 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7916 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7917 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7918 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7919 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7920 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7921 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7922 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7923 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7924 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7925 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7926 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7927 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7928 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7929 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7930 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7931 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7932 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7933 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7934 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7935 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7936 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7937 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7938 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7939 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7940 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7941 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7942 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7943 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7944 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7945 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7946 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7947 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7948 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7949 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7950 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7951 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7952 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7953 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7954 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7955 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7956 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7957 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7958 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7959 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7960 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 23 A method should have only one exit point, and that should be the last statement in the method
7961 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7962 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7963 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7964 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7965 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7966 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7967 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7968 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7969 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7970 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7971 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7972 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7973 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7974 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7975 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7976 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7977 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7978 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7979 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7980 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7981 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7982 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7983 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7984 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7985 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7986 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7987 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7988 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7989 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7990 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7991 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7992 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7993 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7994 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7995 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7996 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7997 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7998 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
7999 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8000 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8001 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8002 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8003 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8004 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8005 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8006 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8007 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8008 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8009 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8010 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8011 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8012 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8013 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8014 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8015 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8016 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8017 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8018 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8019 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8020 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8021 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8022 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8023 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8024 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8025 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8026 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8027 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8028 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8029 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8030 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8031 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8032 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8033 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8034 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8035 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8036 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8037 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8038 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8039 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8040 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8041 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8042 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8043 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8044 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8045 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8046 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8047 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8048 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8049 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8050 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8051 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8052 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8053 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8054 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8055 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8056 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8057 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8058 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8059 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8060 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8061 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8062 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8063 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8064 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8065 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8066 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8067 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8068 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8069 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8070 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8071 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8072 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8073 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8074 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8075 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8076 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8077 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8078 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8079 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8080 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8081 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8082 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8083 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8084 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8085 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 25 System.err.println is used
8086 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8087 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8088 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8089 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8090 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8091 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8092 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8093 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8094 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8095 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8096 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8097 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8098 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8099 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8100 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8101 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8102 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8103 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8104 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8105 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8106 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8107 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8108 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8109 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8110 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8111 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8112 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8113 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8114 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8115 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8116 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8117 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8118 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8119 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8120 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8121 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8122 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8123 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8124 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8125 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8126 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8127 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8128 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8129 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8130 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8131 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8132 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8133 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8134 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8135 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8136 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8137 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8138 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8139 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8140 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8141 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8142 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8143 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8144 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8145 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8146 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8147 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8148 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8149 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8150 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8151 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8152 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8153 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8154 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8155 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8156 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8157 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8158 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8159 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8160 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8161 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8162 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8163 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8164 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8165 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8166 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8167 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8168 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8169 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8170 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8171 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8172 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8173 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8174 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8175 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8176 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8177 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8178 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8179 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8180 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8181 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8182 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8183 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8184 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8185 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8186 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8187 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8188 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8189 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8190 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8191 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8192 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8193 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8194 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8195 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8196 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8197 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8198 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8199 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8200 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8201 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8202 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8203 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8204 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8205 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8206 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8207 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8208 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8209 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8210 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 30 Local variable 'allTheTemps' could be declared final
8211 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8212 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8213 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8214 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8215 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8216 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8217 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8218 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8219 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8220 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8221 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8222 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8223 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8224 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8225 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8226 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8227 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8228 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8229 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8230 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8231 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8232 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8233 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8234 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8235 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8236 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8237 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8238 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8239 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8240 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8241 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8242 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8243 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8244 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8245 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8246 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8247 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8248 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8249 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8250 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8251 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8252 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8253 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8254 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8255 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8256 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8257 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8258 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8259 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8260 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8261 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8262 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8263 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8264 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8265 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8266 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8267 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8268 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8269 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8270 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8271 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8272 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8273 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8274 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8275 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8276 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8277 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8278 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8279 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8280 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8281 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8282 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8283 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8284 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8285 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8286 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8287 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8288 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8289 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8290 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8291 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8292 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8293 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8294 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8295 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8296 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8297 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8298 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8299 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8300 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8301 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8302 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8303 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8304 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8305 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8306 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8307 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8308 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8309 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8310 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8311 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8312 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8313 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8314 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8315 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8316 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8317 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8318 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8319 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8320 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8321 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8322 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8323 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8324 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8325 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8326 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8327 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8328 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8329 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8330 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8331 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8332 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8333 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8334 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8335 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 33 System.out.println is used
8336 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8337 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8338 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8339 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8340 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8341 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8342 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8343 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8344 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8345 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8346 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8347 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8348 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8349 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8350 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8351 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8352 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8353 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8354 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8355 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8356 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8357 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8358 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8359 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8360 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8361 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8362 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8363 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8364 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8365 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8366 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8367 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8368 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8369 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8370 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8371 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8372 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8373 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8374 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8375 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8376 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8377 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8378 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8379 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8380 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8381 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8382 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8383 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8384 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8385 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8386 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8387 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8388 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8389 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8390 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8391 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8392 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8393 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8394 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8395 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8396 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8397 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8398 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8399 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8400 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8401 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8402 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8403 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8404 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8405 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8406 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8407 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8408 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8409 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8410 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8411 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8412 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8413 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8414 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8415 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8416 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8417 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8418 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8419 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8420 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8421 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8422 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8423 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8424 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8425 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8426 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8427 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8428 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8429 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8430 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8431 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8432 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8433 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8434 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8435 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8436 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8437 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8438 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8439 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8440 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8441 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8442 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8443 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8444 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8445 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8446 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8447 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8448 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8449 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8450 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8451 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8452 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8453 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8454 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8455 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8456 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8457 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8458 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8459 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8460 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 34 Local variable 'reading' could be declared final
8461 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8462 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8463 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8464 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8465 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8466 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8467 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8468 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8469 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8470 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8471 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8472 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8473 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8474 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8475 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8476 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8477 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8478 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8479 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8480 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8481 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8482 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8483 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8484 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8485 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8486 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8487 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8488 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8489 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8490 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8491 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8492 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8493 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8494 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8495 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8496 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8497 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8498 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8499 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8500 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8501 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8502 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8503 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8504 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8505 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8506 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8507 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8508 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8509 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8510 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8511 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8512 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8513 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8514 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8515 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8516 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8517 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8518 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8519 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8520 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8521 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8522 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8523 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8524 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8525 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8526 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8527 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8528 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8529 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8530 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8531 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8532 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8533 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8534 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8535 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8536 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8537 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8538 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8539 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8540 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8541 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8542 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8543 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8544 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8545 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8546 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8547 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8548 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8549 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8550 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8551 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8552 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8553 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8554 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8555 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8556 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8557 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8558 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8559 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8560 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8561 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8562 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8563 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8564 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8565 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8566 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8567 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8568 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8569 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8570 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8571 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8572 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8573 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8574 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8575 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8576 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8577 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8578 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8579 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8580 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8581 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8582 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8583 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8584 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8585 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 35 System.out.println is used
8586 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8587 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8588 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8589 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8590 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8591 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8592 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8593 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8594 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8595 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8596 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8597 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8598 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8599 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8600 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8601 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8602 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8603 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8604 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8605 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8606 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8607 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8608 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8609 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8610 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8611 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8612 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8613 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8614 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8615 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8616 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8617 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8618 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8619 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8620 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8621 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8622 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8623 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8624 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8625 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8626 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8627 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8628 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8629 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8630 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8631 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8632 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8633 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8634 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8635 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8636 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8637 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8638 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8639 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8640 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8641 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8642 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8643 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8644 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8645 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8646 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8647 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8648 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8649 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8650 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8651 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8652 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8653 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8654 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8655 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8656 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8657 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8658 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8659 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8660 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8661 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8662 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8663 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8664 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8665 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8666 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8667 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8668 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8669 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8670 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8671 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8672 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8673 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8674 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8675 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8676 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8677 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8678 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8679 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8680 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8681 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8682 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8683 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8684 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8685 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8686 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8687 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8688 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8689 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8690 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8691 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8692 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8693 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8694 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8695 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8696 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8697 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8698 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8699 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8700 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8701 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8702 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8703 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8704 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8705 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8706 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8707 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8708 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8709 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8710 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Ensure that resources like this Scanner object are closed after use
8711 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8712 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8713 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8714 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8715 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8716 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8717 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8718 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8719 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8720 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8721 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8722 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8723 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8724 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8725 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8726 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8727 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8728 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8729 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8730 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8731 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8732 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8733 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8734 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8735 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8736 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8737 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8738 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8739 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8740 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8741 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8742 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8743 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8744 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8745 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8746 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8747 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8748 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8749 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8750 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8751 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8752 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8753 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8754 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8755 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8756 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8757 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8758 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8759 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8760 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8761 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8762 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8763 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8764 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8765 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8766 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8767 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8768 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8769 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8770 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8771 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8772 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8773 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8774 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8775 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8776 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8777 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8778 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8779 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8780 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8781 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8782 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8783 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8784 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8785 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8786 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8787 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8788 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8789 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8790 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8791 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8792 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8793 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8794 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8795 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8796 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8797 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8798 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8799 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8800 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8801 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8802 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8803 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8804 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8805 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8806 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8807 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8808 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8809 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8810 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8811 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8812 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8813 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8814 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8815 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8816 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8817 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8818 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8819 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8820 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8821 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8822 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8823 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8824 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8825 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8826 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8827 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8828 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8829 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8830 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8831 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8832 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8833 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8834 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8835 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 39 Local variable 'scanner' could be declared final
8836 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8837 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8838 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8839 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8840 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8841 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8842 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8843 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8844 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8845 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8846 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8847 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8848 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8849 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8850 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8851 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8852 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8853 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8854 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8855 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8856 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8857 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8858 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8859 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8860 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8861 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8862 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8863 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8864 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8865 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8866 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8867 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8868 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8869 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8870 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8871 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8872 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8873 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8874 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8875 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8876 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8877 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8878 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8879 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8880 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8881 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8882 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8883 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8884 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8885 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8886 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8887 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8888 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8889 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8890 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8891 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8892 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8893 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8894 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8895 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8896 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8897 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8898 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8899 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8900 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8901 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8902 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8903 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8904 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8905 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8906 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8907 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8908 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8909 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8910 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8911 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8912 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8913 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8914 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8915 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8916 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8917 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8918 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8919 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8920 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8921 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8922 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8923 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8924 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8925 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8926 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8927 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8928 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8929 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8930 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8931 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8932 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8933 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8934 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8935 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8936 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8937 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8938 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8939 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8940 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8941 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8942 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8943 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8944 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8945 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8946 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8947 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8948 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8949 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8950 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8951 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8952 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8953 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8954 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8955 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8956 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8957 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8958 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8959 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8960 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 40 System.out.print is used
8961 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8962 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8963 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8964 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8965 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8966 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8967 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8968 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8969 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8970 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8971 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8972 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8973 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8974 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8975 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8976 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8977 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8978 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8979 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8980 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8981 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8982 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8983 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8984 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8985 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8986 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8987 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8988 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8989 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8990 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8991 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8992 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8993 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8994 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8995 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8996 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8997 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8998 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
8999 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9000 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9001 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9002 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9003 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9004 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9005 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9006 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9007 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9008 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9009 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9010 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9011 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9012 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9013 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9014 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9015 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9016 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9017 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9018 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9019 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9020 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9021 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9022 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9023 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9024 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9025 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9026 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9027 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9028 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9029 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9030 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9031 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9032 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9033 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9034 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9035 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9036 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9037 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9038 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9039 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9040 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9041 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9042 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9043 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9044 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9045 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9046 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9047 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9048 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9049 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9050 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9051 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9052 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9053 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9054 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9055 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9056 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9057 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9058 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9059 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9060 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9061 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9062 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9063 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9064 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9065 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9066 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9067 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9068 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9069 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9070 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9071 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9072 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9073 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9074 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9075 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9076 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9077 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9078 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9079 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9080 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9081 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9082 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9083 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9084 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9085 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 41 Local variable 'queryTime' could be declared final
9086 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9087 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9088 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9089 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9090 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9091 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9092 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9093 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9094 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9095 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9096 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9097 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9098 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9099 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9100 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9101 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9102 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9103 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9104 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9105 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9106 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9107 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9108 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9109 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9110 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9111 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9112 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9113 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9114 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9115 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9116 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9117 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9118 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9119 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9120 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9121 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9122 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9123 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9124 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9125 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9126 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9127 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9128 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9129 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9130 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9131 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9132 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9133 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9134 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9135 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9136 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9137 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9138 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9139 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9140 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9141 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9142 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9143 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9144 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9145 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9146 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9147 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9148 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9149 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9150 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9151 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9152 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9153 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9154 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9155 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9156 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9157 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9158 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9159 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9160 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9161 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9162 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9163 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9164 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9165 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9166 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9167 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9168 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9169 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9170 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9171 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9172 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9173 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9174 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9175 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9176 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9177 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9178 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9179 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9180 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9181 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9182 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9183 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9184 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9185 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9186 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9187 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9188 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9189 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9190 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9191 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9192 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9193 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9194 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9195 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9196 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9197 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9198 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9199 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9200 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9201 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9202 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9203 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9204 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9205 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9206 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9207 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9208 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9209 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9210 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Local variable 'numCores' could be declared final
9211 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9212 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9213 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9214 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9215 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9216 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9217 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9218 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9219 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9220 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9221 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9222 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9223 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9224 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9225 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9226 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9227 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9228 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9229 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9230 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9231 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9232 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9233 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9234 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9235 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9236 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9237 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9238 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9239 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9240 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9241 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9242 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9243 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9244 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9245 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9246 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9247 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9248 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9249 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9250 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9251 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9252 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9253 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9254 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9255 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9256 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9257 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9258 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9259 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9260 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9261 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9262 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9263 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9264 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9265 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9266 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9267 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9268 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9269 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9270 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9271 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9272 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9273 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9274 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9275 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9276 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9277 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9278 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9279 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9280 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9281 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9282 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9283 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9284 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9285 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9286 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9287 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9288 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9289 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9290 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9291 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9292 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9293 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9294 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9295 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9296 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9297 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9298 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9299 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9300 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9301 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9302 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9303 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9304 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9305 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9306 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9307 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9308 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9309 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9310 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9311 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9312 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9313 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9314 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9315 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9316 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9317 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9318 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9319 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9320 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9321 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9322 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9323 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9324 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9325 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9326 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9327 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9328 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9329 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9330 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9331 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9332 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9333 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9334 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9335 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9336 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9337 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9338 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9339 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9340 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9341 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9342 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9343 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9344 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9345 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9346 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9347 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9348 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9349 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9350 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9351 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9352 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9353 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9354 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9355 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9356 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9357 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9358 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9359 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9360 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9361 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9362 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9363 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9364 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9365 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9366 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9367 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9368 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9369 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9370 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9371 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9372 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9373 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9374 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9375 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9376 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9377 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9378 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9379 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9380 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9381 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9382 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9383 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9384 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9385 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9386 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9387 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9388 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9389 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9390 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9391 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9392 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9393 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9394 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9395 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9396 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9397 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9398 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9399 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9400 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9401 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9402 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9403 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9404 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9405 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9406 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9407 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9408 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9409 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9410 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9411 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9412 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9413 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9414 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9415 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9416 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9417 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9418 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9419 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9420 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9421 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9422 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9423 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9424 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9425 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9426 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9427 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9428 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9429 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9430 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9431 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9432 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9433 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9434 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9435 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9436 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9437 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9438 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9439 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9440 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9441 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9442 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9443 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9444 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9445 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9446 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9447 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9448 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9449 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9450 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9451 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9452 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9453 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9454 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9455 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9456 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9457 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9458 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9459 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9460 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (method chain calls)
9461 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9462 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9463 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9464 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9465 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9466 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9467 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9468 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9469 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9470 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9471 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9472 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9473 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9474 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9475 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9476 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9477 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9478 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9479 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9480 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9481 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9482 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9483 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9484 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9485 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9486 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9487 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9488 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9489 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9490 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9491 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9492 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9493 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9494 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9495 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9496 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9497 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9498 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9499 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9500 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9501 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9502 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9503 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9504 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9505 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9506 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9507 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9508 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9509 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9510 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9511 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9512 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9513 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9514 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9515 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9516 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9517 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9518 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9519 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9520 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9521 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9522 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9523 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9524 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9525 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9526 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9527 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9528 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9529 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9530 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9531 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9532 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9533 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9534 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9535 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9536 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9537 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9538 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9539 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9540 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9541 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9542 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9543 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9544 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9545 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9546 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9547 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9548 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9549 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9550 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9551 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9552 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9553 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9554 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9555 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9556 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9557 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9558 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9559 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9560 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9561 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9562 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9563 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9564 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9565 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9566 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9567 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9568 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9569 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9570 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9571 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9572 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9573 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9574 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9575 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9576 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9577 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9578 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9579 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9580 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9581 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9582 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9583 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9584 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9585 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 44 Potential violation of Law of Demeter (object not created locally)
9586 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9587 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9588 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9589 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9590 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9591 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9592 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9593 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9594 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9595 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9596 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9597 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9598 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9599 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9600 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9601 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9602 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9603 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9604 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9605 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9606 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9607 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9608 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9609 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9610 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9611 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9612 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9613 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9614 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9615 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9616 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9617 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9618 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9619 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9620 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9621 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9622 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9623 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9624 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9625 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9626 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9627 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9628 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9629 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9630 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9631 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9632 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9633 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9634 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9635 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9636 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9637 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9638 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9639 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9640 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9641 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9642 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9643 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9644 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9645 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9646 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9647 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9648 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9649 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9650 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9651 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9652 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9653 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9654 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9655 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9656 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9657 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9658 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9659 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9660 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9661 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9662 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9663 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9664 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9665 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9666 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9667 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9668 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9669 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9670 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9671 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9672 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9673 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9674 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9675 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9676 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9677 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9678 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9679 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9680 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9681 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9682 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9683 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9684 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9685 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9686 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9687 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9688 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9689 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9690 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9691 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9692 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9693 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9694 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9695 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9696 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9697 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9698 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9699 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9700 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9701 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9702 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9703 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9704 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9705 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9706 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9707 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9708 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9709 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9710 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Avoid instantiating new objects inside loops
9711 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9712 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9713 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9714 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9715 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9716 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9717 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9718 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9719 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9720 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9721 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9722 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9723 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9724 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9725 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9726 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9727 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9728 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9729 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9730 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9731 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9732 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9733 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9734 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9735 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9736 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9737 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9738 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9739 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9740 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9741 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9742 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9743 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9744 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9745 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9746 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9747 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9748 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9749 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9750 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9751 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9752 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9753 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9754 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9755 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9756 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9757 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9758 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9759 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9760 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9761 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9762 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9763 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9764 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9765 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9766 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9767 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9768 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9769 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9770 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9771 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9772 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9773 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9774 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9775 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9776 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9777 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9778 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9779 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9780 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9781 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9782 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9783 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9784 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9785 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9786 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9787 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9788 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9789 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9790 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9791 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9792 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9793 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9794 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9795 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9796 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9797 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9798 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9799 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9800 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9801 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9802 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9803 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9804 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9805 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9806 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9807 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9808 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9809 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9810 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9811 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9812 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9813 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9814 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9815 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9816 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9817 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9818 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9819 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9820 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9821 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9822 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9823 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9824 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9825 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9826 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9827 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9828 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9829 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9830 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9831 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9832 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9833 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9834 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9835 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 47 Local variable 'coreData' could be declared final
9836 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9837 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9838 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9839 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9840 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9841 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9842 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9843 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9844 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9845 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9846 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9847 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9848 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9849 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9850 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9851 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9852 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9853 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9854 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9855 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9856 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9857 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9858 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9859 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9860 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9861 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9862 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9863 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9864 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9865 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9866 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9867 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9868 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9869 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9870 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9871 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9872 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9873 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9874 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9875 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9876 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9877 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9878 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9879 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9880 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9881 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9882 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9883 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9884 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9885 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9886 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9887 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9888 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9889 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9890 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9891 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9892 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9893 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9894 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9895 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9896 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9897 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9898 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9899 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9900 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9901 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9902 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9903 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9904 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9905 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9906 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9907 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9908 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9909 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9910 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9911 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9912 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9913 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9914 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9915 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9916 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9917 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9918 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9919 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9920 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9921 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9922 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9923 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9924 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9925 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9926 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9927 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9928 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9929 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9930 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9931 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9932 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9933 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9934 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9935 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9936 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9937 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9938 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9939 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9940 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9941 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9942 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9943 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9944 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9945 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9946 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9947 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9948 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9949 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9950 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9951 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9952 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9953 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9954 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9955 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9956 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9957 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9958 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9959 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9960 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 48 Avoid instantiating new objects inside loops
9961 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9962 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9963 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9964 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9965 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9966 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9967 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9968 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9969 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9970 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9971 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9972 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9973 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9974 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9975 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9976 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9977 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9978 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9979 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9980 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9981 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9982 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9983 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9984 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9985 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9986 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9987 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9988 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9989 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9990 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9991 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9992 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9993 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9994 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9995 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9996 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9997 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9998 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
9999 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10000 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10001 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10002 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10003 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10004 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10005 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10006 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10007 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10008 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10009 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10010 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10011 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10012 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10013 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10014 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10015 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10016 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10017 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10018 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10019 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10020 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10021 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10022 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10023 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10024 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10025 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10026 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10027 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10028 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10029 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10030 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10031 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10032 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10033 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10034 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10035 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10036 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10037 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10038 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10039 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10040 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10041 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10042 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10043 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10044 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10045 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10046 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10047 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10048 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10049 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10050 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10051 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10052 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10053 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10054 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10055 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10056 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10057 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10058 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10059 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10060 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10061 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10062 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10063 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10064 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10065 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10066 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10067 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10068 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10069 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10070 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10071 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10072 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10073 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10074 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10075 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10076 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10077 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10078 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10079 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10080 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10081 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10082 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10083 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10084 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10085 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 49 Avoid instantiating new objects inside loops
10086 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10087 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10088 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10089 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10090 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10091 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10092 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10093 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10094 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10095 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10096 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10097 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10098 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10099 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10100 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10101 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10102 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10103 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10104 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10105 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10106 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10107 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10108 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10109 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10110 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10111 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10112 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10113 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10114 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10115 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10116 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10117 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10118 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10119 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10120 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10121 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10122 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10123 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10124 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10125 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10126 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10127 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10128 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10129 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10130 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10131 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10132 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10133 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10134 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10135 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10136 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10137 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10138 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10139 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10140 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10141 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10142 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10143 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10144 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10145 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10146 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10147 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10148 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10149 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10150 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10151 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10152 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10153 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10154 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10155 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10156 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10157 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10158 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10159 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10160 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10161 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10162 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10163 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10164 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10165 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10166 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10167 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10168 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10169 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10170 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10171 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10172 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10173 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10174 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10175 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10176 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10177 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10178 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10179 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10180 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10181 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10182 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10183 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10184 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10185 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10186 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10187 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10188 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10189 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10190 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10191 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10192 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10193 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10194 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10195 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10196 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10197 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10198 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10199 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10200 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10201 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10202 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10203 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10204 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10205 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10206 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10207 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10208 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10209 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10210 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 51 Local variable 'reading' could be declared final
10211 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10212 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10213 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10214 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10215 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10216 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10217 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10218 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10219 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10220 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10221 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10222 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10223 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10224 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10225 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10226 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10227 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10228 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10229 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10230 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10231 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10232 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10233 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10234 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10235 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10236 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10237 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10238 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10239 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10240 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10241 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10242 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10243 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10244 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10245 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10246 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10247 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10248 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10249 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10250 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10251 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10252 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10253 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10254 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10255 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10256 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10257 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10258 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10259 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10260 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10261 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10262 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10263 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10264 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10265 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10266 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10267 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10268 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10269 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10270 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10271 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10272 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10273 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10274 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10275 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10276 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10277 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10278 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10279 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10280 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10281 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10282 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10283 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10284 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10285 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10286 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10287 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10288 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10289 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10290 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10291 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10292 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10293 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10294 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10295 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10296 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10297 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10298 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10299 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10300 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10301 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10302 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10303 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10304 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10305 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10306 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10307 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10308 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10309 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10310 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10311 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10312 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10313 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10314 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10315 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10316 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10317 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10318 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10319 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10320 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10321 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10322 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10323 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10324 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10325 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10326 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10327 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10328 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10329 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10330 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10331 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10332 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10333 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10334 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10335 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 52 Local variable 'time' could be declared final
10336 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10337 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10338 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10339 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10340 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10341 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10342 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10343 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10344 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10345 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10346 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10347 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10348 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10349 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10350 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10351 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10352 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10353 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10354 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10355 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10356 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10357 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10358 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10359 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10360 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10361 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10362 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10363 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10364 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10365 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10366 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10367 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10368 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10369 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10370 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10371 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10372 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10373 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10374 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10375 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10376 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10377 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10378 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10379 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10380 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10381 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10382 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10383 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10384 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10385 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10386 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10387 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10388 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10389 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10390 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10391 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10392 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10393 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10394 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10395 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10396 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10397 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10398 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10399 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10400 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10401 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10402 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10403 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10404 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10405 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10406 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10407 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10408 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10409 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10410 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10411 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10412 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10413 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10414 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10415 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10416 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10417 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10418 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10419 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10420 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10421 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10422 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10423 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10424 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10425 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10426 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10427 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10428 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10429 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10430 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10431 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10432 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10433 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10434 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10435 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10436 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10437 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10438 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10439 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10440 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10441 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10442 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10443 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10444 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10445 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10446 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10447 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10448 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10449 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10450 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10451 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10452 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10453 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10454 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10455 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10456 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10457 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10458 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10459 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10460 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 53 Local variable 'temp' could be declared final
10461 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10462 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10463 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10464 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10465 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10466 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10467 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10468 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10469 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10470 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10471 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10472 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10473 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10474 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10475 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10476 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10477 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10478 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10479 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10480 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10481 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10482 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10483 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10484 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10485 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10486 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10487 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10488 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10489 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10490 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10491 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10492 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10493 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10494 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10495 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10496 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10497 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10498 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10499 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10500 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10501 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10502 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10503 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10504 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10505 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10506 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10507 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10508 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10509 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10510 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10511 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10512 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10513 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10514 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10515 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10516 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10517 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10518 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10519 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10520 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10521 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10522 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10523 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10524 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10525 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10526 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10527 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10528 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10529 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10530 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10531 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10532 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10533 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10534 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10535 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10536 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10537 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10538 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10539 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10540 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10541 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10542 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10543 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10544 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10545 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10546 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10547 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10548 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10549 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10550 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10551 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10552 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10553 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10554 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10555 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10556 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10557 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10558 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10559 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10560 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10561 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10562 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10563 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10564 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10565 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10566 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10567 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10568 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10569 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10570 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10571 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10572 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10573 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10574 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10575 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10576 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10577 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10578 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10579 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10580 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10581 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10582 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10583 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10584 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10585 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 54 Avoid instantiating new objects inside loops
10586 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10587 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10588 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10589 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10590 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10591 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10592 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10593 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10594 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10595 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10596 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10597 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10598 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10599 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10600 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10601 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10602 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10603 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10604 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10605 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10606 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10607 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10608 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10609 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10610 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10611 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10612 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10613 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10614 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10615 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10616 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10617 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10618 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10619 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10620 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10621 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10622 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10623 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10624 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10625 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10626 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10627 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10628 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10629 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10630 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10631 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10632 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10633 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10634 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10635 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10636 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10637 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10638 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10639 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10640 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10641 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10642 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10643 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10644 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10645 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10646 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10647 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10648 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10649 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10650 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10651 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10652 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10653 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10654 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10655 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10656 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10657 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10658 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10659 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10660 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10661 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10662 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10663 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10664 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10665 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10666 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10667 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10668 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10669 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10670 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10671 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10672 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10673 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10674 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10675 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10676 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10677 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10678 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10679 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10680 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10681 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10682 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10683 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10684 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10685 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10686 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10687 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10688 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10689 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10690 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10691 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10692 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10693 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10694 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10695 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10696 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10697 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10698 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10699 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10700 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10701 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10702 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10703 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10704 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10705 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10706 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10707 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10708 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10709 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10710 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 60 System.out.printf is used
10711 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10712 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10713 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10714 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10715 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10716 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10717 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10718 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10719 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10720 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10721 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10722 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10723 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10724 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10725 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10726 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10727 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10728 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10729 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10730 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10731 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10732 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10733 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10734 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10735 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10736 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10737 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10738 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10739 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10740 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10741 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10742 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10743 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10744 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10745 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10746 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10747 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10748 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10749 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10750 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10751 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10752 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10753 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10754 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10755 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10756 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10757 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10758 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10759 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10760 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10761 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10762 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10763 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10764 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10765 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10766 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10767 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10768 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10769 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10770 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10771 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10772 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10773 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10774 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10775 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10776 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10777 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10778 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10779 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10780 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10781 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10782 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10783 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10784 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10785 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10786 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10787 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10788 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10789 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10790 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10791 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10792 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10793 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10794 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10795 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10796 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10797 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10798 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10799 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10800 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10801 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10802 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10803 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10804 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10805 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10806 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10807 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10808 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10809 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10810 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10811 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10812 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10813 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10814 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10815 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10816 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10817 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10818 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10819 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10820 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10821 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10822 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10823 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10824 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10825 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10826 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10827 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10828 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10829 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10830 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10831 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10832 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10833 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10834 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10835 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 62 Local variable 'interpolatedTemp' could be declared final
10836 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10837 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10838 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10839 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10840 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10841 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10842 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10843 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10844 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10845 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10846 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10847 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10848 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10849 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10850 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10851 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10852 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10853 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10854 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10855 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10856 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10857 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10858 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10859 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10860 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10861 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10862 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10863 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10864 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10865 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10866 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10867 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10868 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10869 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10870 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10871 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10872 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10873 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10874 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10875 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10876 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10877 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10878 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10879 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10880 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10881 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10882 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10883 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10884 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10885 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10886 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10887 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10888 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10889 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10890 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10891 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10892 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10893 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10894 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10895 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10896 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10897 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10898 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10899 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10900 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10901 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10902 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10903 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10904 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10905 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10906 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10907 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10908 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10909 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10910 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10911 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10912 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10913 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10914 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10915 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10916 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10917 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10918 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10919 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10920 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10921 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10922 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10923 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10924 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10925 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10926 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10927 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10928 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10929 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10930 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10931 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10932 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10933 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10934 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10935 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10936 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10937 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10938 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10939 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10940 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10941 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10942 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10943 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10944 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10945 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10946 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10947 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10948 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10949 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10950 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10951 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10952 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10953 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10954 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10955 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10956 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10957 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10958 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10959 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10960 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 63 System.out.printf is used
10961 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10962 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10963 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10964 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10965 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10966 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10967 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10968 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10969 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10970 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10971 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10972 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10973 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10974 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10975 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10976 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10977 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10978 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10979 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10980 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10981 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10982 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10983 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10984 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10985 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10986 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10987 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10988 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10989 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10990 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10991 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10992 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10993 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10994 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10995 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10996 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10997 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10998 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
10999 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11000 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11001 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11002 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11003 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11004 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11005 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11006 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11007 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11008 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11009 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11010 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11011 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11012 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11013 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11014 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11015 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11016 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11017 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11018 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11019 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11020 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11021 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11022 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11023 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11024 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11025 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11026 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11027 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11028 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11029 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11030 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11031 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11032 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11033 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11034 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11035 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11036 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11037 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11038 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11039 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11040 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11041 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11042 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11043 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11044 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11045 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11046 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11047 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11048 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11049 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11050 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11051 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11052 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11053 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11054 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11055 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11056 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11057 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11058 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11059 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11060 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11061 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11062 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11063 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11064 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11065 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11066 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11067 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11068 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11069 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11070 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11071 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11072 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11073 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11074 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11075 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11076 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11077 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11078 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11079 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11080 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11081 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11082 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11083 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11084 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11085 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 65 System.out.printf is used
11086 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11087 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11088 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11089 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11090 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11091 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11092 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11093 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11094 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11095 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11096 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11097 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11098 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11099 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11100 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11101 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11102 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11103 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11104 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11105 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11106 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11107 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11108 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11109 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11110 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11111 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11112 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11113 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11114 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11115 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11116 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11117 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11118 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11119 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11120 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11121 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11122 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11123 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11124 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11125 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11126 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11127 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11128 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11129 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11130 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11131 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11132 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11133 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11134 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11135 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11136 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11137 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11138 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11139 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11140 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11141 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11142 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11143 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11144 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11145 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11146 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11147 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11148 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11149 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11150 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11151 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11152 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11153 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11154 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11155 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11156 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11157 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11158 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11159 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11160 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11161 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11162 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11163 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11164 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11165 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11166 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11167 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11168 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11169 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11170 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11171 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11172 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11173 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11174 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11175 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11176 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11177 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11178 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11179 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11180 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11181 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11182 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11183 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11184 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11185 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11186 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11187 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11188 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11189 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11190 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11191 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11192 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11193 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11194 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11195 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11196 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11197 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11198 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11199 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11200 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11201 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11202 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11203 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11204 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11205 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11206 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11207 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11208 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11209 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11210 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Avoid instantiating new objects inside loops
11211 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11212 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11213 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11214 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11215 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11216 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11217 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11218 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11219 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11220 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11221 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11222 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11223 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11224 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11225 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11226 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11227 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11228 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11229 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11230 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11231 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11232 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11233 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11234 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11235 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11236 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11237 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11238 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11239 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11240 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11241 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11242 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11243 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11244 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11245 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11246 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11247 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11248 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11249 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11250 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11251 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11252 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11253 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11254 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11255 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11256 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11257 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11258 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11259 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11260 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11261 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11262 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11263 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11264 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11265 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11266 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11267 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11268 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11269 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11270 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11271 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11272 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11273 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11274 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11275 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11276 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11277 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11278 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11279 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11280 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11281 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11282 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11283 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11284 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11285 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11286 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11287 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11288 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11289 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11290 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11291 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11292 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11293 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11294 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11295 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11296 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11297 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11298 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11299 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11300 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11301 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11302 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11303 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11304 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11305 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11306 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11307 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11308 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11309 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11310 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11311 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11312 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11313 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11314 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11315 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11316 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11317 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11318 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11319 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11320 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11321 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11322 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11323 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11324 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11325 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11326 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11327 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11328 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11329 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11330 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11331 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11332 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11333 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11334 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11335 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 69 Local variable 'approx' could be declared final
11336 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11337 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11338 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11339 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11340 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11341 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11342 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11343 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11344 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11345 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11346 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11347 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11348 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11349 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11350 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11351 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11352 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11353 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11354 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11355 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11356 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11357 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11358 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11359 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11360 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11361 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11362 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11363 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11364 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11365 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11366 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11367 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11368 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11369 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11370 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11371 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11372 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11373 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11374 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11375 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11376 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11377 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11378 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11379 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11380 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11381 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11382 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11383 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11384 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11385 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11386 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11387 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11388 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11389 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11390 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11391 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11392 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11393 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11394 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11395 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11396 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11397 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11398 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11399 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11400 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11401 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11402 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11403 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11404 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11405 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11406 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11407 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11408 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11409 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11410 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11411 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11412 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11413 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11414 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11415 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11416 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11417 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11418 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11419 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11420 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11421 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11422 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11423 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11424 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11425 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11426 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11427 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11428 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11429 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11430 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11431 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11432 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11433 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11434 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11435 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11436 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11437 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11438 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11439 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11440 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11441 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11442 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11443 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11444 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11445 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11446 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11447 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11448 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11449 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11450 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11451 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11452 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11453 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11454 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11455 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11456 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11457 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11458 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11459 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11460 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 72 Local variable 'approxTemp' could be declared final
11461 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11462 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11463 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11464 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11465 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11466 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11467 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11468 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11469 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11470 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11471 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11472 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11473 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11474 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11475 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11476 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11477 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11478 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11479 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11480 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11481 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11482 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11483 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11484 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11485 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11486 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11487 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11488 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11489 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11490 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11491 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11492 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11493 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11494 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11495 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11496 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11497 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11498 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11499 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11500 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11501 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11502 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11503 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11504 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11505 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11506 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11507 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11508 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11509 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11510 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11511 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11512 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11513 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11514 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11515 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11516 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11517 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11518 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11519 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11520 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11521 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11522 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11523 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11524 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11525 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11526 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11527 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11528 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11529 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11530 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11531 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11532 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11533 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11534 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11535 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11536 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11537 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11538 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11539 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11540 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11541 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11542 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11543 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11544 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11545 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11546 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11547 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11548 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11549 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11550 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11551 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11552 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11553 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11554 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11555 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11556 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11557 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11558 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11559 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11560 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11561 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11562 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11563 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11564 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11565 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11566 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11567 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11568 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11569 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11570 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11571 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11572 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11573 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11574 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11575 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11576 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11577 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11578 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11579 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11580 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11581 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11582 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11583 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11584 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11585 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 73 System.out.printf is used
11586 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11587 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11588 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11589 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11590 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11591 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11592 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11593 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11594 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11595 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11596 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11597 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11598 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11599 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11600 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11601 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11602 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11603 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11604 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11605 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11606 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11607 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11608 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11609 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11610 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11611 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11612 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11613 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11614 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11615 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11616 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11617 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11618 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11619 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11620 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11621 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11622 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11623 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11624 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11625 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11626 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11627 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11628 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11629 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11630 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11631 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11632 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11633 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11634 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11635 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11636 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11637 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11638 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11639 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11640 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11641 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11642 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11643 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11644 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11645 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11646 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11647 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11648 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11649 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11650 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11651 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11652 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11653 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11654 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11655 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11656 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11657 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11658 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11659 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11660 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11661 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11662 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11663 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11664 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11665 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11666 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11667 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11668 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11669 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11670 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11671 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11672 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11673 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11674 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11675 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11676 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11677 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11678 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11679 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11680 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11681 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11682 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11683 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11684 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11685 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11686 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11687 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11688 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11689 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11690 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11691 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11692 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11693 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11694 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11695 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11696 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11697 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11698 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11699 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11700 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11701 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11702 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11703 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11704 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11705 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11706 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11707 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11708 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11709 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11710 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 74 System.out.printf is used
11711 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11712 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11713 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11714 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11715 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11716 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11717 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11718 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11719 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11720 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11721 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11722 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11723 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11724 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11725 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11726 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11727 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11728 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11729 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11730 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11731 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11732 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11733 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11734 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11735 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11736 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11737 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11738 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11739 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11740 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11741 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11742 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11743 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11744 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11745 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11746 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11747 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11748 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11749 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11750 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11751 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11752 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11753 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11754 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11755 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11756 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11757 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11758 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11759 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11760 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11761 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11762 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11763 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11764 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11765 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11766 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11767 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11768 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11769 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11770 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11771 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11772 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11773 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11774 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11775 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11776 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11777 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11778 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11779 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11780 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11781 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11782 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11783 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11784 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11785 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11786 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11787 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11788 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11789 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11790 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11791 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11792 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11793 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11794 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11795 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11796 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11797 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11798 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11799 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11800 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11801 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11802 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11803 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11804 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11805 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11806 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11807 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11808 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11809 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11810 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11811 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11812 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11813 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11814 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11815 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11816 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11817 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11818 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11819 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11820 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11821 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11822 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11823 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11824 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11825 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11826 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11827 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11828 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11829 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11830 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11831 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11832 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11833 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11834 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11835 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11836 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11837 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11838 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11839 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11840 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11841 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11842 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11843 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11844 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11845 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11846 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11847 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11848 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11849 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11850 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11851 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11852 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11853 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11854 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11855 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11856 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11857 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11858 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11859 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11860 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11861 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11862 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11863 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11864 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11865 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11866 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11867 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11868 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11869 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11870 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11871 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11872 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11873 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11874 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11875 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11876 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11877 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11878 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11879 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11880 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11881 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11882 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11883 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11884 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11885 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11886 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11887 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11888 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11889 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11890 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11891 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11892 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11893 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11894 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11895 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11896 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11897 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11898 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11899 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11900 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11901 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11902 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11903 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11904 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11905 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11906 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11907 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11908 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11909 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11910 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11911 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11912 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11913 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11914 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11915 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11916 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11917 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11918 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11919 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11920 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11921 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11922 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11923 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11924 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11925 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11926 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11927 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11928 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11929 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11930 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11931 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11932 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11933 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11934 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11935 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11936 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11937 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11938 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11939 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11940 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11941 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11942 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11943 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11944 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11945 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11946 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11947 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11948 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11949 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11950 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11951 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11952 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11953 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11954 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11955 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11956 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11957 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11958 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11959 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used
11960 E:\CS 417 Files\Semester-Project-CS-417\src\main\java\MainDriver.java 76 System.out.printf is used

Configuration errors

RuleProblem
LoosePackageCoupling No packages or classes specified
LoosePackageCoupling No packages or classes specified
LoosePackageCoupling No packages or classes specified
LoosePackageCoupling No packages or classes specified
LoosePackageCoupling No packages or classes specified
LoosePackageCoupling No packages or classes specified
LoosePackageCoupling No packages or classes specified
LoosePackageCoupling No packages or classes specified
LoosePackageCoupling No packages or classes specified
LoosePackageCoupling No packages or classes specified
LoosePackageCoupling No packages or classes specified
LoosePackageCoupling No packages or classes specified
LoosePackageCoupling No packages or classes specified
LoosePackageCoupling No packages or classes specified
LoosePackageCoupling No packages or classes specified